phonograph/phono-models/migrations/20251212200434_invitations.down.sql

7 lines
237 B
MySQL
Raw Normal View History

2025-12-16 09:59:30 -08:00
drop index if exists users_email_idx;
alter table users drop constraint if exists email_lower;
alter table users alter column uid set not null;
-- There's no need nor use for restoring the rel_invitations table, as it is
-- never used.