home · contact · privacy
Refactor .all() tests.
[plomtask] / migrations / 2_add_Todo_effort.sql
1 ALTER TABLE todos ADD COLUMN effort REAL;