lemmy/migrations/2021-11-22-143904_add_required_public_key/down.sql
2021-11-22 10:10:18 -05:00

3 lines
119 B
SQL

alter table community alter column public_key drop not null;
alter table person alter column public_key drop not null;