diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-11-26 23:26:44 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-11-26 23:26:44 +0100 |
commit | 746a8a0cdb7b3494230d41e870173936120cd34b (patch) | |
tree | 97f576f9808f5e55da8c11f95ebfe64a65270bd9 /src/exchangedb/exchange-0002.sql.in | |
parent | 95149f345fc1daefd2ea703538e31b1be29fb902 (diff) |
-remove shard support
Diffstat (limited to 'src/exchangedb/exchange-0002.sql.in')
-rw-r--r-- | src/exchangedb/exchange-0002.sql.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchangedb/exchange-0002.sql.in b/src/exchangedb/exchange-0002.sql.in index b25555ce9..a09ea58ff 100644 --- a/src/exchangedb/exchange-0002.sql.in +++ b/src/exchangedb/exchange-0002.sql.in @@ -24,7 +24,6 @@ SELECT _v.register_patch('exchange-0002', NULL, NULL); SET search_path TO exchange; -#include "common-0002.sql" -#include "exchange-0002-part.sql" +#include "0002-denominations.sql" COMMIT; |