mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add new upgrade instructions
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
a09c4d8168
commit
279d8042e3
1 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
||||
----
|
Loading…
Add table
Reference in a new issue