This commit is contained in:
swrup 2025-11-11 13:52:22 +01:00
parent 71d4c963e3
commit 2492354ffe

View file

@ -46,9 +46,6 @@ clean:
exec: gen_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:
createdb --host=localhost --port=5432 --username=mte --password "taler-exchange"