From dc26b2db4cecbca155f5df2678f60aadf13c3bd4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 28 Jul 2022 22:27:23 +0200 Subject: -ensure single transaction for exchange-0001.sql / shard-0001.sql --- src/exchangedb/common-0001.sql | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/exchangedb/common-0001.sql') diff --git a/src/exchangedb/common-0001.sql b/src/exchangedb/common-0001.sql index 6c4a6024..7ec6ce6a 100644 --- a/src/exchangedb/common-0001.sql +++ b/src/exchangedb/common-0001.sql @@ -14,16 +14,6 @@ -- TALER; see the file COPYING. If not, see -- --- Everything in one big transaction -BEGIN; - --------------------- Schema ---------------------------- - -CREATE SCHEMA exchange; -COMMENT ON SCHEMA exchange IS 'taler-exchange data'; - -SET search_path TO exchange; - -------------------- Tables ---------------------------- CREATE OR REPLACE FUNCTION create_partitioned_table( @@ -2750,5 +2740,3 @@ BEGIN END $$; - -COMMIT; -- cgit v1.2.3