Skip to content

Commit

Permalink
Fix api resource table
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaminduR committed Oct 16, 2023
1 parent 3b6c431 commit f10c16d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ CREATE TABLE IDN_ORG_USER_ASSOCIATION(
)DEFAULT CHARACTER SET latin1 ENGINE INNODB;

CREATE TABLE IF NOT EXISTS API_RESOURCE (
ID CHAR(36), NOT NULL PRIMARY KEY,
ID CHAR(36) NOT NULL PRIMARY KEY,
CURSOR_KEY INTEGER NOT NULL AUTO_INCREMENT,
NAME VARCHAR(255) NOT NULL,
IDENTIFIER VARCHAR(255) NOT NULL,
Expand Down

0 comments on commit f10c16d

Please sign in to comment.