Skip to content

Commit bfd1e8b

Browse files
committed
Revert new subgroup for Backup
1 parent c1769db commit bfd1e8b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

engine/schema/src/main/resources/META-INF/db/schema-42010to42100-cleanup.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
-- under the License.
1717

1818
--;
19-
-- Schema upgrade cleanup from 4.20.0.0 to 4.21.0.0
19+
-- Schema upgrade cleanup from 4.20.1.0 to 4.21.0.0
2020
--;

engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@
1616
-- under the License.
1717

1818
--;
19-
-- Schema upgrade from 4.20.0.0 to 4.21.0.0
19+
-- Schema upgrade from 4.20.1.0 to 4.21.0.0
2020
--;
2121

2222
-- Add columns max_backup and backup_interval_type to backup table
2323
ALTER TABLE `cloud`.`backup_schedule` ADD COLUMN `max_backups` int(8) default NULL COMMENT 'maximum number of backups to maintain';
2424
ALTER TABLE `cloud`.`backups` ADD COLUMN `backup_interval_type` int(5) COMMENT 'type of backup, e.g. manual, recurring - hourly, daily, weekly or monthly';
25-
26-
-- Add Backup related settings to a new Subgroup
27-
INSERT INTO `cloud`.`configuration_subgroup` (`name`, `keywords`, `precedence`, `group_id`) VALUES ('Backup', NULL, 5, (SELECT id FROM `cloud`.`configuration_group` WHERE `name` = 'Storage'));

0 commit comments

Comments
 (0)