Skip to content

Solves #90 - Database automatic upgrade

Kubat requested to merge db-upgrade into master

Solves #90 (closed)


Add a way to automatically create a database in alpha mode, and upgrade it to the one currently use scheme version of the running of lektord, version mk-7.2 for now.

Done here

  • Add the upgrade_db_scheme function
  • Place it in the reg
  • Implement the upgrade_db_scheme function
  • When the upgrade_db_scheme is placed in the launched hook, it will force the db scheme update from the alpha version
Edited by Kubat

Merge request reports