home · contact · privacy
Allow string entry to step addition field, opening new Process to edit.
[plomtask] / migrations / 2_add_Todo_effort.sql
1 ALTER TABLE todos ADD COLUMN effort REAL;