]> Untitled Git - lemmy.git/blob - migrations/2021-11-22-143904_add_required_public_key/down.sql
Fix length of post_report.original_post_name db field (fixes #2311) (#2315)
[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;