]> Untitled Git - lemmy.git/blob - migrations/2021-11-22-143904_add_required_public_key/down.sql
UI Settings - Blur NSFW & Auto Expand (#3377)
[lemmy.git] / migrations / 2021-11-22-143904_add_required_public_key / down.sql
1 alter table community alter column public_key drop not null;
2 alter table person alter column public_key drop not null;