diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-02-24 12:37:00 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-02-24 12:37:00 +0100 |
commit | 7d214bd979e71783d45f93a2944191c52e69baa7 (patch) | |
tree | 4019ec600bec3000fe7134c39ad91db970104f74 /src/auditordb | |
parent | 93562574ab7c3b1647f9bb9317bd188912736cee (diff) |
rename
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/Makefile.am b/src/auditordb/Makefile.am index 3efdc200e..c7a2e0241 100644 --- 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 \ |