lemmy/migrations/2021-11-22-143904_add_required_public_key/down.sql

3 lines
119 B
MySQL
Raw Normal View History

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