mirror of
https://github.com/janeczku/calibre-web
synced 2026-05-03 12:11:24 +00:00
Update config_sql.py
This commit is contained in:
@@ -117,6 +117,7 @@ class _Settings(_Base):
|
||||
|
||||
config_use_goodreads = Column(Boolean, default=False)
|
||||
config_goodreads_api_key = Column(String)
|
||||
config_googlebooks_api_key = Column(String, default='')
|
||||
config_register_email = Column(Boolean, default=False)
|
||||
config_login_type = Column(Integer, default=0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user