answerer/dal/schema/000005_init.down.sql

2 lines
93 B
MySQL
Raw Normal View History

2025-07-09 12:10:11 +00:00
ALTER TABLE answer DROP COLUMN IF EXISTS email;
DROP INDEX IF EXISTS answer_email_unique_idx;