Add arbo unie database upgrade

This commit is contained in:
Martijn Scheepers
2024-08-20 13:12:24 +02:00
parent 2bfdf85024
commit 803f4e81d6
5 changed files with 24 additions and 18 deletions

View 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');