]> Untitled Git - lemmy.git/blob - migrations/2021-11-22-143904_add_required_public_key/down.sql
Split activity table into sent and received parts (fixes #3103) (#3583)
[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;