5 lines
158 B
SQL
5 lines
158 B
SQL
-- Drop trigger
|
|
DROP TRIGGER IF EXISTS trigger_create_default_customer ON organizations;
|
|
|
|
-- Drop function
|
|
DROP FUNCTION IF EXISTS create_default_customer(); |