home · contact · privacy
To files table, add sha512 checksum field.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 1 Dec 2024 07:07:59 +0000 (08:07 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 1 Dec 2024 07:07:59 +0000 (08:07 +0100)
commit3b30254cdec658814a7e59b18f790103a59e136f
tree315b363d536b3f9813d7a7230d8ba28bccf35c02
parent8e7273c08004363794a147355109ebe5639294ae
To files table, add sha512 checksum field.
install.sh
src/migrate.py
src/migrations/2_add_files_sha512.py [new file with mode: 0644]
src/migrations/2_add_files_sha512.sql [new file with mode: 0644]
src/migrations/init_1.sql [deleted file]
src/migrations/init_2.sql [new file with mode: 0644]
src/ytplom/misc.py