You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2021-11-22-143904_add_requi.../down.sql

3 lines
119 B
SQL

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