mirror of https://github.com/buster-so/buster.git
4 lines
155 B
MySQL
4 lines
155 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
drop trigger if exists on_auth_user_created on auth.users;
|
||
|
drop function if exists public.handle_new_user();
|