add shard-0000.sql
This commit is contained in:
parent
ca536c0379
commit
86ee587b03
1
src/exchangedb/.gitignore
vendored
1
src/exchangedb/.gitignore
vendored
@ -6,4 +6,5 @@ test-exchangedb-signkeys
|
|||||||
test-perf-taler-exchangedb
|
test-perf-taler-exchangedb
|
||||||
bench-db-postgres
|
bench-db-postgres
|
||||||
exchange-0001.sql
|
exchange-0001.sql
|
||||||
|
shard-0000.sql
|
||||||
shard-0001.sql
|
shard-0001.sql
|
||||||
|
@ -23,10 +23,12 @@ sql_DATA = \
|
|||||||
drop0001.sql
|
drop0001.sql
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
|
shard-0000.sql \
|
||||||
shard-0001.sql \
|
shard-0001.sql \
|
||||||
exchange-0001.sql
|
exchange-0001.sql
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
|
shard-0000.sql \
|
||||||
shard-0001.sql \
|
shard-0001.sql \
|
||||||
exchange-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
|
shard-0001.sql: common-0001.sql
|
||||||
cp common-0001.sql $@
|
cp common-0001.sql $@
|
||||||
|
|
||||||
|
shard-0000.sql: exchange-0000.sql
|
||||||
|
cp exchange-0000.sql $@
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
exchangedb.conf \
|
exchangedb.conf \
|
||||||
exchangedb-postgres.conf \
|
exchangedb-postgres.conf \
|
||||||
|
Loading…
Reference in New Issue
Block a user