mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-10 20:15:56 +00:00
5 lines
158 B
SQL
5 lines
158 B
SQL
-- This file should undo anything in `up.sql`
|
|
|
|
alter table community_follower
|
|
alter column pending drop not null,
|
|
alter column pending set default false;
|