mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-17 00:25:28 +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';
|