]> ruin.nu Git - ndwebbie.git/blob - database/defenders.sql
Use left join so the view can be used before a user has entered coords, also update...
[ndwebbie.git] / database / defenders.sql
1 ALTER TABLE users ADD COLUMN call_if_needed BOOLEAN NOT NULL DEFAULT FALSE;
2 ALTER TABLE users ADD COLUMN sms_note TEXT NOT NULL DEFAULT '';