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

3 lines
119 B
MySQL
Raw Normal View History

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