aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange-0002.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-0002.sql.in
parentbbf3e6fe03f1f9f8c7d342004f65bab9f7b1b91c (diff)
downloadexchange-f2ba02aab2b9bbd976107ecc4ac7e7d657a9d73a.tar.xz
more sql refactoring
Diffstat (limited to 'src/exchangedb/exchange-0002.sql.in')
-rw-r--r--src/exchangedb/exchange-0002.sql.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/exchangedb/exchange-0002.sql.in b/src/exchangedb/exchange-0002.sql.in
index 8ecfc9604..1d28f63a4 100644
--- a/src/exchangedb/exchange-0002.sql.in
+++ b/src/exchangedb/exchange-0002.sql.in
@@ -14,14 +14,9 @@
-- 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-0002', NULL, NULL);
-
--------------------- Schema ----------------------------
-
SET search_path TO exchange;
#include "0002-denominations.sql"