DNS backend
This commit is contained in:
5
dns/migrations/002_remove_email.sql
Normal file
5
dns/migrations/002_remove_email.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Remove email field from users table
|
||||
ALTER TABLE users DROP COLUMN IF EXISTS email;
|
||||
|
||||
-- Drop email index if it exists
|
||||
DROP INDEX IF EXISTS idx_users_email;
|
||||
Reference in New Issue
Block a user