Updates the gapps_accounts table to also support an "organization
[platal.git] / upgrade / 1.1.1 / 12_nl.sql
1 ALTER TABLE newsletter_issues ADD COLUMN unsubscribe INT(5) NOT NULL DEFAULT 0;
2
3 -- vim:set syntax=mysql: