summaryrefslogtreecommitdiffstats
path: root/TESTING
diff options
context:
space:
mode:
authorFrédéric Mangano-Tarumi <fmang@mg0.fr>2020-02-22 22:31:26 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2020-02-27 16:44:36 +0100
commita8a1f74a9207339bf707bb09e8dba7b2c67abb5b (patch)
treee8fa6de61abc49cb8710e283b7f6661e96add849 /TESTING
parent7188743fc3b1a9c1f5f65e323a6502d018bd95d5 (diff)
downloadaur-a8a1f74a9207339bf707bb09e8dba7b2c67abb5b.tar.gz
aur-a8a1f74a9207339bf707bb09e8dba7b2c67abb5b.tar.xz
Set up Alembic for database migrations
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'TESTING')
-rw-r--r--TESTING3
1 files changed, 2 insertions, 1 deletions
diff --git a/TESTING b/TESTING
index 190043f9..4a1e6f4c 100644
--- a/TESTING
+++ b/TESTING
@@ -11,7 +11,8 @@ INSTALL.
2) Install the necessary packages:
- # pacman -S --needed php php-sqlite sqlite words fortune-mod python python-sqlalchemy
+ # pacman -S --needed php php-sqlite sqlite words fortune-mod \
+ python python-sqlalchemy python-alembic
Ensure to enable the pdo_sqlite extension in php.ini.