forked from MirrorHub/synapse
Remove rogue 'admin'
This commit is contained in:
parent
29e595e5d4
commit
fe56138142
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue