home · contact · privacy
Refactor saving and caching tests, treatment of None IDs.
[plomtask] / migrations / 2_add_Todo_effort.sql
1 ALTER TABLE todos ADD COLUMN effort REAL;