home · contact · privacy
Store files hash digest as BLOB field .digest, overhaul DB and migrations code.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 3 Dec 2024 02:58:45 +0000 (03:58 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 3 Dec 2024 02:58:45 +0000 (03:58 +0100)
commit1c8d467107c916b7d96f3c149943dbc565d31ca1
tree34dd7c0bf01132b58411410e3eb91a87db4f5f41
parent6ccda46d6c74bdb2bcdfd61942051d013c268a31
Store files hash digest as BLOB field .digest, overhaul DB and migrations code.
src/migrations/4_add_files_sha512_blob.sql [new file with mode: 0644]
src/migrations/5_files_redo.sql [new file with mode: 0644]
src/migrations/new_init.sql
src/templates/file_data.tmpl
src/templates/files.tmpl
src/templates/playlist.tmpl
src/ytplom/db.py
src/ytplom/http.py
src/ytplom/migrations.py
src/ytplom/misc.py