home · contact · privacy
Reorganize DB code and especially migrations handling. master
authorChristian Heller <c.heller@plomlompom.de>
Mon, 2 Dec 2024 13:30:29 +0000 (14:30 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 2 Dec 2024 13:30:29 +0000 (14:30 +0100)
commit6ccda46d6c74bdb2bcdfd61942051d013c268a31
treeca527c1ba69855a6e5d2be3001dd8253f8e4546d
parent2d7664085a53517389bf9c3234530d434471d0c3
Reorganize DB code and especially migrations handling.
src/migrate.py
src/migrations/2_add_files_sha512.py [deleted file]
src/migrations/init_3.sql [deleted file]
src/migrations/new_init.sql [new file with mode: 0644]
src/sync.py
src/ytplom/db.py [new file with mode: 0644]
src/ytplom/http.py
src/ytplom/migrations.py [new file with mode: 0644]
src/ytplom/misc.py
src/ytplom/primitives.py [new file with mode: 0644]