Add arbo unie database upgrade
This commit is contained in:
6
ArboUnieServerUpgrade.sql
Normal file
6
ArboUnieServerUpgrade.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
USE ACSReloaded
|
||||
|
||||
CREATE TABLE "__EFMigrationsHistory" ( "MigrationId" nvarchar(150) NOT NULL, "ProductVersion" nvarchar(32) NOT NULL, PRIMARY KEY ("MigrationId") );
|
||||
|
||||
INSERT INTO "__EFMigrationsHistory" (MigrationId, ProductVersion) VALUES ('20220325122125_[CreateACSDatabase]', '8.0.7');
|
||||
INSERT INTO __EFMigrationsHistory VALUES ('20220328133734_[LongerDeviceIpAddress]', '8.0.8');
|
||||
Reference in New Issue
Block a user