diff options
author | Frédéric Mangano-Tarumi <fmang@mg0.fr> | 2020-02-22 22:31:26 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2020-02-27 16:44:36 +0100 |
commit | a8a1f74a9207339bf707bb09e8dba7b2c67abb5b (patch) | |
tree | e8fa6de61abc49cb8710e283b7f6661e96add849 /INSTALL | |
parent | 7188743fc3b1a9c1f5f65e323a6502d018bd95d5 (diff) | |
download | aur-a8a1f74a9207339bf707bb09e8dba7b2c67abb5b.tar.gz aur-a8a1f74a9207339bf707bb09e8dba7b2c67abb5b.tar.xz |
Set up Alembic for database migrations
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ read the instructions below. 4) Install Python modules and dependencies: - # pacman -S python-mysql-connector python-pygit2 python-srcinfo python-sqlalchemy - # pacman -S python-bleach python-markdown + # pacman -S python-mysql-connector python-pygit2 python-srcinfo python-sqlalchemy \ + python-bleach python-markdown python-alembic # python3 setup.py install 5) Create a new MySQL database and a user and import the aurweb SQL schema: |