buster/api/migrations/2024-08-09-224447_auth_user.../down.sql

4 lines
155 B
MySQL
Raw Normal View History

2025-01-04 05:32:54 +08:00
-- 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();