aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/common-0001.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-28 22:27:23 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-28 22:27:23 +0200
commitdc26b2db4cecbca155f5df2678f60aadf13c3bd4 (patch)
treeefd3d15d2ad2109ab17f8181e0af01a210ec0602 /src/exchangedb/common-0001.sql
parent5f1d8fc4065e49c0cb0f1686824339bd5a3f7e15 (diff)
downloadexchange-dc26b2db4cecbca155f5df2678f60aadf13c3bd4.tar.gz
exchange-dc26b2db4cecbca155f5df2678f60aadf13c3bd4.tar.bz2
exchange-dc26b2db4cecbca155f5df2678f60aadf13c3bd4.zip
-ensure single transaction for exchange-0001.sql / shard-0001.sql
Diffstat (limited to 'src/exchangedb/common-0001.sql')
-rw-r--r--src/exchangedb/common-0001.sql12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/exchangedb/common-0001.sql b/src/exchangedb/common-0001.sql
index 6c4a60248..7ec6ce6a9 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 <http://www.gnu.org/licenses/>
--
--- 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;