Plume/migrations/postgres/2018-10-06-161151_change_default_license/down.sql

4 lines
186 B
MySQL
Raw Normal View History

-- This file should undo anything in `up.sql`
ALTER TABLE ONLY posts ALTER COLUMN license SET DEFAULT 'CC-0';
ALTER TABLE ONLY instances ALTER COLUMN default_license SET DEFAULT 'CC-0';