penpot/backend/src/app/migrations/sql/0057-del-profile-on-delete-trigger.sql
2021-06-09 15:27:07 +02:00

2 lines
93 B
SQL

DROP TRIGGER profile__on_delete__tgr ON profile CASCADE;
DROP FUNCTION on_delete_profile ();