aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange-0003.sql.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-27 18:40:44 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-27 18:40:44 +0100
commitf2ba02aab2b9bbd976107ecc4ac7e7d657a9d73a (patch)
tree2b573c5ec895fbca1663a9e0efa6102890f68bbc /src/exchangedb/exchange-0003.sql.in
parentbbf3e6fe03f1f9f8c7d342004f65bab9f7b1b91c (diff)
downloadexchange-f2ba02aab2b9bbd976107ecc4ac7e7d657a9d73a.tar.xz
more sql refactoring
Diffstat (limited to 'src/exchangedb/exchange-0003.sql.in')
-rw-r--r--src/exchangedb/exchange-0003.sql.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/exchangedb/exchange-0003.sql.in b/src/exchangedb/exchange-0003.sql.in
index ba77d4d12..7f0a9ef94 100644
--- a/src/exchangedb/exchange-0003.sql.in
+++ b/src/exchangedb/exchange-0003.sql.in
@@ -14,20 +14,11 @@
-- TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
--
--- Everything in one big transaction
BEGIN;
--- Check patch versioning is in place.
SELECT _v.register_patch('exchange-0003', NULL, NULL);
-
--------------------- Schema ----------------------------
-
-CREATE SCHEMA exchange;
-COMMENT ON SCHEMA exchange IS 'taler-exchange data';
-
SET search_path TO exchange;
-
#include "0003-purse_actions.sql"
#include "0003-purse_deletion.sql"