6 lines
381 B
SQL
6 lines
381 B
SQL
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'); |