mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-16 01:40:10 -06:00
we should probably try to work on a newer database (assuming changes are mostly additive and backwards compatible)
This commit is contained in:
@@ -52,7 +52,7 @@ def login_form():
|
||||
def show_app():
|
||||
db_version = int(getOption('db_version'))
|
||||
|
||||
if db_version != APP_DB_VERSION:
|
||||
if db_version < APP_DB_VERSION:
|
||||
return redirect('migration')
|
||||
|
||||
return render_template('app.html')
|
||||
|
||||
Reference in New Issue
Block a user