mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-24 11:09:23 -05:00
Remove rogue 'admin'
This commit is contained in:
parent
29e595e5d4
commit
fe56138142
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user