Skip to content

Commit

Permalink
Merge pull request #12315 from PasanT9/oracle-script
Browse files Browse the repository at this point in the history
Fix syntax issue in Oracle DB script
  • Loading branch information
PasanT9 authored Mar 11, 2024
2 parents afcaf97 + abadfb1 commit d1add8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2946,7 +2946,7 @@ CREATE TABLE AM_POLICY_APPLICATION (
TIME_UNIT VARCHAR2(25) NOT NULL,
IS_DEPLOYED INTEGER DEFAULT 0 NOT NULL,
CUSTOM_ATTRIBUTES BLOB DEFAULT NULL,
RATE_LIMIT_COUNT INTEGER NULL DEFAULT 0,
RATE_LIMIT_COUNT INTEGER DEFAULT 0 NULL,
RATE_LIMIT_TIME_UNIT VARCHAR(25) DEFAULT NULL NULL,
UUID VARCHAR2(256),
PRIMARY KEY (POLICY_ID),
Expand Down

0 comments on commit d1add8e

Please sign in to comment.