Remove rogue 'admin'

This commit is contained in:
David Baker 2016-01-11 17:09:03 +00:00
parent 29e595e5d4
commit fe56138142

View file

@ -13,7 +13,7 @@
* limitations under the License.
*/
ALTER TABLE users ADD is_guest admin SMALLINT DEFAULT 0 NOT NULL;
ALTER TABLE users ADD is_guest SMALLINT DEFAULT 0 NOT NULL;
/*
* NB: any guest users created between 27 and 28 will be incorrectly
* marked as not guests: we don't bother to fill these in correctly