9 lines
162 B
SQL
9 lines
162 B
SQL
BEGIN TRANSACTION;
|
|
DROP TABLE "UserNotifications";
|
|
|
|
DELETE FROM "__EFMigrationsHistory"
|
|
WHERE "MigrationId" = '20260802225941_AddUserNotifications';
|
|
|
|
COMMIT;
|
|
|