From 2492354ffeaf25b51c45d2e47d6b0c8ce7515b5a Mon Sep 17 00:00:00 2001 From: swrup Date: Tue, 11 Nov 2025 13:52:22 +0100 Subject: [PATCH] --- include/sql/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/sql/Makefile b/include/sql/Makefile index 9300c51d..7b71d37b 100644 --- a/include/sql/Makefile +++ b/include/sql/Makefile @@ -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"