Skip to content

Commit

Permalink
Fix h2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaminduR committed Sep 7, 2023
1 parent f93f471 commit 445bb15
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1313,8 +1313,6 @@ CREATE TABLE IF NOT EXISTS SCOPE (
API_ID VARCHAR(255) NOT NULL,
NAME VARCHAR(255) NOT NULL,
DISPLAY_NAME VARCHAR(255) NOT NULL,
USER_ACCESS BOOLEAN NOT NULL,
SERVICE_ACCESS
TENANT_ID INT NOT NULL,
DESCRIPTION VARCHAR(300),
FOREIGN KEY (API_ID) REFERENCES API_RESOURCE(ID) ON DELETE CASCADE,
Expand Down

0 comments on commit 445bb15

Please sign in to comment.