diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-02-09 16:34:40 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-02-09 16:34:40 +0100 |
commit | cdaf1ce69b5fb56f09bbdc00942b03f039710614 (patch) | |
tree | f597c1ddbf3d3a5181dd6865e06070813fdb529c /src/auditordb/Makefile.am | |
parent | ae5583f04434cf39a5ae7a6f623bfc76322f9eb3 (diff) | |
download | exchange-cdaf1ce69b5fb56f09bbdc00942b03f039710614.tar.gz exchange-cdaf1ce69b5fb56f09bbdc00942b03f039710614.tar.bz2 exchange-cdaf1ce69b5fb56f09bbdc00942b03f039710614.zip |
rename SQL files to make filenames consistent with versioning name
Diffstat (limited to 'src/auditordb/Makefile.am')
-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 1378c549..3efdc200 100644 --- a/src/auditordb/Makefile.am +++ b/src/auditordb/Makefile.am @@ -14,8 +14,8 @@ pkgcfg_DATA = \ sqldir = $(prefix)/share/taler/sql/auditor/ sql_DATA = \ - 0000.sql \ - 0001.sql \ + auditor-0000.sql \ + auditor-0001.sql \ drop0000.sql \ restart0000.sql |