mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-19 02:01:04 +00:00
4 lines
186 B
MySQL
4 lines
186 B
MySQL
|
-- 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';
|