mirror of
https://github.com/bitwarden/server
synced 2026-01-04 17:43:53 +00:00
[EC-343] Add MySql EF migrations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
START TRANSACTION;
|
||||
|
||||
ALTER TABLE `Organization` ADD `UseCustomPermissions` tinyint(1) NOT NULL DEFAULT FALSE;
|
||||
|
||||
INSERT INTO `__EFMigrationsHistory` (`MigrationId`, `ProductVersion`)
|
||||
VALUES ('20221020154432_UseCustomPermissionsFlag', '6.0.4');
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user