.
This commit is contained in:
4
migrations/20250510183102_user.down.sql
Normal file
4
migrations/20250510183102_user.down.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DROP TRIGGER trg_user_relation_update ON "user_relation";
|
||||
DROP FUNCTION fn_on_user_relation_update();
|
||||
DROP TABLE "user_relation";
|
||||
DROP TABLE "user";
|
||||
Reference in New Issue
Block a user