mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
Setup naming convention for Entity Framework migrations (#1464)
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
START TRANSACTION;
|
||||
|
||||
DROP TABLE "ProviderOrganizationProviderUser";
|
||||
|
||||
ALTER TABLE "Event" ADD "ProviderId" uuid NULL;
|
||||
|
||||
ALTER TABLE "Event" ADD "ProviderUserId" uuid NULL;
|
||||
|
||||
INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion")
|
||||
VALUES ('20210709092227_RemoveProviderOrganizationProviderUser', '5.0.5');
|
||||
|
||||
COMMIT;
|
Reference in New Issue
Block a user