mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 19:41:03 +00:00
3 lines
110 B
MySQL
3 lines
110 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
ALTER TABLE instances ADD COLUMN local_domain VARCHAR NOT NULL;
|