home · contact · privacy
Add Todo.comment, and for that purpose basic SQL migration infrastructure.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 15 May 2024 06:21:07 +0000 (08:21 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 15 May 2024 06:21:07 +0000 (08:21 +0200)
commit83266154e9140151c975586d21f393a5eb3f4ef4
tree51d56c848a55e1d41fa47ca81ddad09793b0e297
parent206a9111fdc95fcb24ae4793a7536e1facf82b71
Add Todo.comment, and for that purpose basic SQL migration infrastructure.
migrations/0_init.sql [new file with mode: 0644]
migrations/1_add_Todo_comment.sql [new file with mode: 0644]
migrations/init_1.sql [new file with mode: 0644]
plomtask/db.py
plomtask/todos.py
run.py
scripts/init.sql [deleted file]
tests/utils.py