home · contact · privacy
Add files.last_update field to renew on file.flags changes, and migration mechanism... master
authorChristian Heller <c.heller@plomlompom.de>
Mon, 25 Nov 2024 05:40:12 +0000 (06:40 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 25 Nov 2024 05:40:12 +0000 (06:40 +0100)
commit5880f767fb8d2ca25a70f9ebaee9b4268596a60b
treef703dd085af62fe22825f36d9d2a82aab635e233
parentf3a102b4eb6f874f5f4f6965ce3a67d02dc24331
Add files.last_update field to renew on file.flags changes, and migration mechanism to allow addition of field to table.
install.sh
src/migrate.py [new file with mode: 0755]
src/migrations/0_init.sql [new file with mode: 0644]
src/migrations/1_add_files_last_updated.sql [new file with mode: 0644]
src/migrations/init_0.sql [deleted file]
src/migrations/init_1.sql [new file with mode: 0644]
src/templates/video.tmpl
src/ytplom/misc.py
ytplom