commit 7d214bd979e71783d45f93a2944191c52e69baa7 parent 93562574ab7c3b1647f9bb9317bd188912736cee Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 24 Feb 2020 12:37:00 +0100 rename Diffstat:
| M | src/auditordb/Makefile.am | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/auditordb/Makefile.am b/src/auditordb/Makefile.am @@ -16,8 +16,8 @@ sqldir = $(prefix)/share/taler/sql/auditor/ sql_DATA = \ auditor-0000.sql \ auditor-0001.sql \ - drop0000.sql \ - restart0000.sql + drop0001.sql \ + restart0001.sql EXTRA_DIST = \ auditordb-postgres.conf \