forked from edward/owl-map
Switch save default from mock to live.
This commit is contained in:
parent
6c46c3713a
commit
c47590dd65
3 changed files with 5 additions and 3 deletions
|
|
@ -334,7 +334,7 @@ class User(Base, UserMixin):
|
|||
multi = Column(String)
|
||||
units = Column(String)
|
||||
wikipedia_tag = Column(Boolean, default=False)
|
||||
mock_upload = Column(Boolean, default=True)
|
||||
mock_upload = Column(Boolean, default=False)
|
||||
|
||||
osm_id = Column(Integer, index=True)
|
||||
osm_account_created = Column(DateTime)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue