diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-07-28 22:27:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-07-28 22:27:23 +0200 |
commit | dc26b2db4cecbca155f5df2678f60aadf13c3bd4 (patch) | |
tree | efd3d15d2ad2109ab17f8181e0af01a210ec0602 /src/exchangedb/common-0001.sql | |
parent | 5f1d8fc4065e49c0cb0f1686824339bd5a3f7e15 (diff) |
-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.sql | 12 |
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; |