home · contact · privacy
Fix broken date range test.
[plomtask] / migrations / 2_add_Todo_effort.sql
1 ALTER TABLE todos ADD COLUMN effort REAL;