mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
minor change
This commit is contained in:
parent
3bf2dd1b5c
commit
8918682f67
@ -1,5 +1,5 @@
|
||||
START TRANSACTION;
|
||||
|
||||
ALTER TABLE `tpolicies` ADD COLUMN `apply_to_secondary_groups` TINYINT DEFAULT 0;
|
||||
ALTER TABLE `tpolicies` ADD COLUMN `apply_to_secondary_groups` TINYINT NOT NULL DEFAULT 0;
|
||||
|
||||
COMMIT;
|
||||
|
@ -2511,7 +2511,7 @@ CREATE TABLE IF NOT EXISTS `tpolicies` (
|
||||
`id_group` INT UNSIGNED DEFAULT 0,
|
||||
`status` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`force_apply` TINYINT DEFAULT 0,
|
||||
`apply_to_secondary_groups` TINYINT DEFAULT 0,
|
||||
`apply_to_secondary_groups` TINYINT NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user