7 lines
147 B
SQL
7 lines
147 B
SQL
START TRANSACTION;
|
|
INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion")
|
|
VALUES ('20250709054553_userrole', '9.0.6');
|
|
|
|
COMMIT;
|
|
|