Clarify database upgrades

This commit is contained in:
David Hoppenbrouwers
2022-10-14 20:11:12 +02:00
parent 136d7aeceb
commit 648fce5a68
2 changed files with 8 additions and 0 deletions

View File

@@ -32,6 +32,10 @@ Lastly, run with:
You will need a proxy such as nginx to access the forum on the public internet.
## Upgrading
To upgrade from a previous version, run ``upgrade_sqlite.sh``
## Screenshots
![Index](https://static.agreper.com/index.png)

View File

@@ -2,6 +2,10 @@
# Script to upgrade a database from one version to another by adding columns,
# tables etc.
# Upgrade scripts go into upgrade/sqlite/
# If there are multiple changes after a revision but before a new one, suffix a
# letter (e.g. `v0.1.1a`).
# When a new revision is out, add a script that changes just the version.
LAST_VERSION=agreper-v0.1.1