Skip to content

Commit

Permalink
Revert sql change
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaminduR committed Oct 9, 2023
1 parent 3dbf668 commit 76ab092
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1326,8 +1326,8 @@ CREATE TABLE IF NOT EXISTS SCOPE (
API_ID CHAR(36) NOT NULL,
NAME VARCHAR(255) NOT NULL,
DISPLAY_NAME VARCHAR(255) NOT NULL,
DESCRIPTION VARCHAR(300),
TENANT_ID INT NOT NULL,
DESCRIPTION VARCHAR(300),
FOREIGN KEY (API_ID) REFERENCES API_RESOURCE(ID) ON DELETE CASCADE,
CONSTRAINT SCOPE_UNIQUE UNIQUE (NAME, TENANT_ID)
);
Expand Down

0 comments on commit 76ab092

Please sign in to comment.