fix: stored procedure and database cleanup fix (also fixes file copying)
All checks were successful
Update changelog / changelog (push) Successful in 26s
All checks were successful
Update changelog / changelog (push) Successful in 26s
This commit is contained in:
@@ -13,7 +13,7 @@ public partial class _00000000000000_StoredProcedure : Migration
|
||||
AS $$
|
||||
BEGIN
|
||||
DELETE FROM "Songs"
|
||||
WHERE "State" = 0;
|
||||
WHERE "State" = 1;
|
||||
|
||||
COMMIT;
|
||||
END;
|
||||
|
||||
Reference in New Issue
Block a user