buster/api/migrations/2025-01-17-182615_user_info.../down.sql

4 lines
175 B
SQL

-- 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();