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