mirror of https://github.com/LemmyNet/lemmy.git
6 lines
158 B
MySQL
6 lines
158 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
|
||
|
alter table community_follower
|
||
|
alter column pending drop not null,
|
||
|
alter column pending set default false;
|