Skip to content

Commit

Permalink
fix group db name in db update script (AthenZ#1354)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Avetisyan <[email protected]>

Co-authored-by: Henry Avetisyan <[email protected]>
  • Loading branch information
havetisyan and Henry Avetisyan authored Mar 15, 2021
1 parent 3994f19 commit 03cdb29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servers/zms/schema/updates/update-20210313.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ALTER TABLE `zms_server`.`domain` ADD `business_service` VARCHAR(256) NOT NULL DEFAULT '';
CREATE INDEX `idx_business_service` ON `zms_server`.`domain` (`business_service` ASC);
ALTER TABLE `zms_server`.`group` ADD `member_expiry_days` INT NOT NULL DEFAULT 0;
ALTER TABLE `zms_server`.`group` ADD `service_expiry_days` INT NOT NULL DEFAULT 0;
ALTER TABLE `zms_server`.`principal_group` ADD `member_expiry_days` INT NOT NULL DEFAULT 0;
ALTER TABLE `zms_server`.`principal_group` ADD `service_expiry_days` INT NOT NULL DEFAULT 0;

0 comments on commit 03cdb29

Please sign in to comment.