summaryrefslogtreecommitdiff
path: root/src/auditordb/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 12:22:11 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 12:25:11 +0100
commitd3fb16b38049d61ad5bb5271e43420421dd10d91 (patch)
treee027e3388ff56c7bea1e9b5c94ee10cf86a92584 /src/auditordb/Makefile.am
parent099884ee66fc642179c9ad799a61f0b1a6d8cdc9 (diff)
downloadexchange-d3fb16b38049d61ad5bb5271e43420421dd10d91.tar.gz
exchange-d3fb16b38049d61ad5bb5271e43420421dd10d91.tar.bz2
exchange-d3fb16b38049d61ad5bb5271e43420421dd10d91.zip
also cover drop/restart cases with psql logic
Diffstat (limited to 'src/auditordb/Makefile.am')
-rw-r--r--src/auditordb/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/auditordb/Makefile.am b/src/auditordb/Makefile.am
index 58aec5a84..1378c5496 100644
--- a/src/auditordb/Makefile.am
+++ b/src/auditordb/Makefile.am
@@ -15,7 +15,9 @@ sqldir = $(prefix)/share/taler/sql/auditor/
sql_DATA = \
0000.sql \
- 0001.sql
+ 0001.sql \
+ drop0000.sql \
+ restart0000.sql
EXTRA_DIST = \
auditordb-postgres.conf \