mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: postgres changes
Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
5d302ae00c
commit
be38b8abff
64 changed files with 558 additions and 615 deletions
|
@ -47,7 +47,7 @@ Luckily such data can be generated.
|
|||
docker compose exec fastapi /bin/bash
|
||||
pacman -S words fortune-mod
|
||||
./schema/gendummydata.py dummy.sql
|
||||
mysql aurweb < dummy.sql
|
||||
su postgres -q -c 'psql aurweb < dummy.sql'
|
||||
```
|
||||
|
||||
The generation script may prompt you to install other Arch packages before it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue