mirror of https://github.com/buster-so/buster.git
4 lines
175 B
MySQL
4 lines
175 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
DROP TRIGGER IF EXISTS sync_user_org_attributes ON users_to_organizations;
|
||
|
DROP FUNCTION IF EXISTS update_user_org_attributes();
|