home · contact · privacy
Fix bug of relationships writing for todo_children writing in wrong column. master
authorChristian Heller <c.heller@plomlompom.de>
Sun, 2 Jun 2024 22:50:35 +0000 (00:50 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 2 Jun 2024 22:50:35 +0000 (00:50 +0200)
commit0630d9cfdc47e306b96ad05b4077ee96eec71226
treef991689e471187c3ebd7c1081744636c454b47a4
parent2337eb37f27fdc60e3cb000052f00218d815c49f
Fix bug of relationships writing for todo_children writing in wrong column.
18 files changed:
plomtask/.db.py.swp [new file with mode: 0644]
plomtask/.http.py.swp [new file with mode: 0644]
plomtask/.versioned_attributes.py.swp [new file with mode: 0644]
plomtask/__pycache__/__init__.cpython-311.pyc [new file with mode: 0644]
plomtask/__pycache__/conditions.cpython-311.pyc [new file with mode: 0644]
plomtask/__pycache__/dating.cpython-311.pyc [new file with mode: 0644]
plomtask/__pycache__/days.cpython-311.pyc [new file with mode: 0644]
plomtask/__pycache__/db.cpython-311.pyc [new file with mode: 0644]
plomtask/__pycache__/exceptions.cpython-311.pyc [new file with mode: 0644]
plomtask/__pycache__/http.cpython-311.pyc [new file with mode: 0644]
plomtask/__pycache__/misc.cpython-311.pyc [new file with mode: 0644]
plomtask/__pycache__/processes.cpython-311.pyc [new file with mode: 0644]
plomtask/__pycache__/task.cpython-311.pyc [new file with mode: 0644]
plomtask/__pycache__/todos.cpython-311.pyc [new file with mode: 0644]
plomtask/__pycache__/versioned_attributes.cpython-311.pyc [new file with mode: 0644]
plomtask/db.py
plomtask/processes.py
plomtask/todos.py