mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-08 11:12:22 +00:00
3 lines
186 B
SQL
3 lines
186 B
SQL
-- 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';
|