Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CriMDev97 committed Oct 31, 2023
1 parent 8725a44 commit 9f6dec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ CREATE TABLE IF NOT EXISTS DEAD_EVENT (
event_id BIGINT NOT NULL,
event_type VARCHAR (50) NOT NULL,
object_type VARCHAR (50) NOT NULL,
descriptor_id VARCHAR (50) NOT NULL,
descriptor_id VARCHAR (50),
eservice_id VARCHAR (50),
agreement_id VARCHAR (50)
);
2 changes: 1 addition & 1 deletion src/test/resources/schema-h2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ CREATE TABLE IF NOT EXISTS DEAD_EVENT (
event_id BIGINT NOT NULL,
event_type VARCHAR (50) NOT NULL,
object_type VARCHAR (50) NOT NULL,
descriptor_id VARCHAR (50) NOT NULL,
descriptor_id VARCHAR (50),
eservice_id VARCHAR (50),
agreement_id VARCHAR (50)
);

0 comments on commit 9f6dec7

Please sign in to comment.