commit dbinit aggregated SQL files

This is to avoid the paywall on GNU Taler repository
This commit is contained in:
Swrup 2026-08-21 13:46:53 +02:00
parent e99c0812d7
commit e2961214a0
4 changed files with 14851 additions and 4 deletions

View file

@ -60,9 +60,7 @@ To initialize the database use the `tools/dbinit.sh` script, it aggregates toget
Prepare SQL queries and create the various elements (e.g. sql tables) required to be in the database.
```
./tools/dbinit fetch
./tools/dbinit build
./tools/dbinit init
./tools/dbinit.sh init
```
## Dependencies