Add per user mock upload toggle with warnings
This commit is contained in:
parent
0beeff9acf
commit
66904c061a
3 changed files with 18 additions and 1 deletions
|
|
@ -327,6 +327,7 @@ class User(Base, UserMixin):
|
|||
multi = Column(String)
|
||||
units = Column(String)
|
||||
wikipedia_tag = Column(Boolean, default=False)
|
||||
mock_upload = Column(Boolean, default=True)
|
||||
|
||||
osm_id = Column(Integer, index=True)
|
||||
osm_account_created = Column(DateTime)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue