Skip to content

Commit

Permalink
RANGER-4267: link resource-based services with gds-service - #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mneethiraj committed Jun 19, 2023
1 parent a3fc43c commit 3a25058
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ is_enabled BOOLEAN DEFAULT '0' NOT NULL,
tag_service BIGINT DEFAULT NULL NULL,
tag_version BIGINT DEFAULT 0 NOT NULL,
tag_update_time TIMESTAMP DEFAULT NULL NULL,
gds_service NUMBER(20) DEFAULT NULL NULL,
gds_service BIGINT DEFAULT NULL NULL,
primary key(id),
CONSTRAINT x_service_name UNIQUE(name),
CONSTRAINT x_service_FK_added_by_id FOREIGN KEY(added_by_id) REFERENCES x_portal_user(id),
Expand Down

0 comments on commit 3a25058

Please sign in to comment.