2025-07-09 15:40:47 +08:00
|
|
|
|
START TRANSACTION;
|
2025-07-08 23:08:15 +08:00
|
|
|
|
INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion")
|
2025-07-09 15:40:47 +08:00
|
|
|
|
VALUES ('20250709054553_userrole', '9.0.6');
|
2025-07-08 23:08:15 +08:00
|
|
|
|
|
|
|
|
|
COMMIT;
|
|
|
|
|
|