Files
leonwww/dns/migrations/002_remove_email.sql

3 lines
85 B
MySQL
Raw Normal View History

2025-08-12 21:31:09 +03:00
ALTER TABLE users DROP COLUMN IF EXISTS email;
DROP INDEX IF EXISTS idx_users_email;