Add new upgrade instructions

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2020-03-27 08:37:46 -04:00
parent a09c4d8168
commit 279d8042e3

View file

@ -1,3 +1,11 @@
Starting from release 5.0.0, Alembic is used for managing database migrations.
Run `alembic upgrade head` from the aurweb root directory to upgrade your
database after upgrading the source code to a new release.
When upgrading from 4.8.0, you also need to execute the following manual SQL
statements before doing so.
1. Add new columns to store the timestamp and UID when closing requests: 1. Add new columns to store the timestamp and UID when closing requests:
---- ----