summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarco Boss <bossm8@bfh.ch>2022-04-02 14:31:59 +0200
committerMarco Boss <bossm8@bfh.ch>2022-04-02 14:31:59 +0200
commit86ee587b03dea238e37e443ded120c101d9a62b1 (patch)
tree788fabee9b38ca67f329019e2a41090311ed7958 /src
parentca536c0379f316330a62508a754195eb53ba0e17 (diff)
downloadexchange-86ee587b03dea238e37e443ded120c101d9a62b1.tar.gz
exchange-86ee587b03dea238e37e443ded120c101d9a62b1.tar.bz2
exchange-86ee587b03dea238e37e443ded120c101d9a62b1.zip
add shard-0000.sql
Diffstat (limited to 'src')
-rw-r--r--src/exchangedb/.gitignore1
-rw-r--r--src/exchangedb/Makefile.am5
2 files changed, 6 insertions, 0 deletions
diff --git a/src/exchangedb/.gitignore b/src/exchangedb/.gitignore
index b5d4ff3f7..c9ed55470 100644
--- a/src/exchangedb/.gitignore
+++ b/src/exchangedb/.gitignore
@@ -6,4 +6,5 @@ test-exchangedb-signkeys
test-perf-taler-exchangedb
bench-db-postgres
exchange-0001.sql
+shard-0000.sql
shard-0001.sql
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index 305de431c..5155b1529 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -23,10 +23,12 @@ sql_DATA = \
drop0001.sql
BUILT_SOURCES = \
+ shard-0000.sql \
shard-0001.sql \
exchange-0001.sql
CLEANFILES = \
+ shard-0000.sql \
shard-0001.sql \
exchange-0001.sql
@@ -36,6 +38,9 @@ exchange-0001.sql: common-0001.sql exchange-0001-part.sql
shard-0001.sql: common-0001.sql
cp common-0001.sql $@
+shard-0000.sql: exchange-0000.sql
+ cp exchange-0000.sql $@
+
EXTRA_DIST = \
exchangedb.conf \
exchangedb-postgres.conf \