9 lines
156 B
SQL
9 lines
156 B
SQL
BEGIN TRANSACTION;
|
|
DROP TABLE "UserOperations";
|
|
|
|
DELETE FROM "__EFMigrationsHistory"
|
|
WHERE "MigrationId" = '20260802224646_AddUserOperations';
|
|
|
|
COMMIT;
|
|
|