1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-25 15:09:19 +00:00
lemmy/migrations/2021-11-22-143904_add_required_public_key/down.sql
2021-11-22 10:10:18 -05:00

2 lines
119 B
SQL

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