afs: Switch to sha256 and change default database path.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 13 Mar 2020 18:44:00 +0000 (19:44 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 21 Oct 2021 17:52:40 +0000 (19:52 +0200)
commit126b950f1bd70d1e5c200bc4157bbbb2798fc838
tree4060c10773515af329dc55ee350056df8ebbb6af
parent56e54c8c75d59a8e5072451941aa56c727d99d26
afs: Switch to sha256 and change default database path.

This switches the hash column of the audio file table to use sha256
rather than sha1. Due to the preparations implemented in the previous
patches this is a mechanical conversion that could have been performed
by a script.

The only non-trivial thing is the rename of the audio file table
directory, which changes from "audio_files" to "audio-files" because
this is the name the conversion script introduced in the previous
commit picked.
afs.c
aft.c
m4/lls/server.suite.m4
web/manual.md