home · contact · privacy
Turn files.sha512_digest into new primary key, get rid of .rel_path base64-encoding...
authorChristian Heller <c.heller@plomlompom.de>
Sun, 1 Dec 2024 07:42:28 +0000 (08:42 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 1 Dec 2024 07:42:28 +0000 (08:42 +0100)
commit716ab0d4ff7ed7704684a2d337df46e6d9ac93b6
tree3f60ebf2e96aa29b88d2d4753ab8dce088bb4270
parent3b30254cdec658814a7e59b18f790103a59e136f
Turn files.sha512_digest into new primary key, get rid of .rel_path base64-encoding shenanigans.
src/migrate.py
src/migrations/2_add_files_sha512.py
src/migrations/3_files_redo.sql [new file with mode: 0644]
src/migrations/init_2.sql [deleted file]
src/migrations/init_3.sql [new file with mode: 0644]
src/templates/file_data.tmpl
src/templates/files.tmpl
src/templates/playlist.tmpl
src/ytplom/http.py
src/ytplom/misc.py