This commit is contained in:
parent
71d4c963e3
commit
2492354ffe
1 changed files with 0 additions and 3 deletions
|
|
@ -46,9 +46,6 @@ clean:
|
||||||
exec: gen_init
|
exec: gen_init
|
||||||
psql --host=localhost --port=5432 --username=mte --password --dbname="taler-exchange" --file=$(sql_INIT)
|
psql --host=localhost --port=5432 --username=mte --password --dbname="taler-exchange" --file=$(sql_INIT)
|
||||||
|
|
||||||
drop: gen_init
|
|
||||||
psql --host=localhost --port=5432 --username=mte --password --dbname="taler-exchange" --file=drop.sql
|
|
||||||
|
|
||||||
create_database:
|
create_database:
|
||||||
createdb --host=localhost --port=5432 --username=mte --password "taler-exchange"
|
createdb --host=localhost --port=5432 --username=mte --password "taler-exchange"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue