jsbin/build/report.sql
Remy Sharp df571d6587 Report abuse database upgrade
Need to somehow detect this during boot up and do any auto upgrade.
2012-08-25 11:49:34 +02:00

3 lines
108 B
SQL

ALTER TABLE sandbox
ADD COLUMN active VARCHAR(1) DEFAULT 'y',
ADD COLUMN reported DATETIME DEFAULT NULL;