No description
Find a file
digimint dbdb824269
Add database migration
Add Flask-Migrate to enable database migrations

Also add a new "completed" column to Tasks for storing the time the task is completed.

Use flask --app taskflower db update to add the new column
2025-11-22 04:03:01 -06:00
src Add database migration 2025-11-22 04:03:01 -06:00
.gitignore Fix #14 2025-11-21 16:35:38 -06:00
LICENSE Initial Commit 2025-11-17 05:34:51 -06:00
pyproject.toml Initial Commit 2025-11-17 05:34:51 -06:00