Update database templates to schema v0.3.1

This commit is contained in:
D. Berge
2022-03-15 14:17:28 +01:00
parent 2484b1c473
commit 0727e7db69
4 changed files with 575 additions and 578 deletions

View File

@@ -30,6 +30,7 @@ Ensure that the following packages are installed:
```bash
psql -U postgres <./database-template.sql
psql -U postgres <./database-version.sql
```
---