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/2022-11-21-204256_user-foll.../down.sql

4 lines
96 B
SQL

drop table person_follower;
alter table community_follower alter column pending drop not null;