mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
we should probably try to work on a newer database (assuming changes are mostly additive and backwards compatible)
This commit is contained in:
parent
b02f5dac5b
commit
49460dfb8a
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user