mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Set up Alembic for database migrations
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
7188743fc3
commit
a8a1f74a92
8 changed files with 252 additions and 3 deletions
3
TESTING
3
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue