wk2: account management tooling
This commit is contained in:
parent
37eeeb2467
commit
f864d9c84e
34 changed files with 379 additions and 350 deletions
4
target/scripts/build/db.sh
Normal file
4
target/scripts/build/db.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo -u postgres createdb mails
|
||||
sudo -u postgres psql mails -f ./build/mail-create-tables.sql
|
||||
Loading…
Add table
Add a link
Reference in a new issue