lemmy/migrations/2022-05-10-173801_change_pe.../down.sql

6 lines
158 B
MySQL
Raw Normal View History

-- This file should undo anything in `up.sql`
alter table community_follower
alter column pending drop not null,
alter column pending set default false;