mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-31 14:53:11 +00:00
general stuffs :3
This commit is contained in:
parent
54cb3015dc
commit
92a94c66ac
4 changed files with 17 additions and 18 deletions
|
@ -86,7 +86,6 @@ class Users(db.Model, UserMixin):
|
|||
|
||||
id = db.Column(db.Integer, primary_key=True)
|
||||
alt_id = db.Column(db.String, nullable=False, unique=True)
|
||||
superuser = db.Column(db.Boolean, default=False)
|
||||
|
||||
picture = db.Column(db.String)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue