mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Remove rollback migrations and fix filesystem deletion on user delete
This commit is contained in:
@@ -24,7 +24,3 @@ CREATE CONSTRAINT TRIGGER check_user_not_website_owner
|
||||
EXECUTE FUNCTION internal.check_user_not_website_owner ();
|
||||
|
||||
-- migrate:down
|
||||
DROP TRIGGER check_user_not_website_owner ON internal.collab;
|
||||
|
||||
DROP FUNCTION internal.check_user_not_website_owner;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user