Incremental forward upgrades of the database

This commit is contained in:
2025-01-20 17:43:15 +01:00
parent c6e5a6a2d9
commit 5e99371b39
15 changed files with 298 additions and 104 deletions
+2
View File
@@ -18,6 +18,8 @@
{% include 'admin/database/drop.html' %}
{% elif import_database %}
{% include 'admin/database/import.html' %}
{% elif upgrade_database %}
{% include 'admin/database/upgrade.html' %}
{% else %}
{% include 'admin/logout.html' %}
{% include 'admin/instructions.html' %}