Remove rogue 'admin'
This commit is contained in:
parent
29e595e5d4
commit
fe56138142
|
@ -13,7 +13,7 @@
|
||||||
* limitations under the License.
|
* 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
|
* 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
|
* marked as not guests: we don't bother to fill these in correctly
|
||||||
|
|
Loading…
Reference in New Issue