phonograph/phono-models/migrations/20251212200434_invitations.down.sql
2025-12-18 20:05:46 +00:00

6 lines
237 B
SQL

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.