home · contact · privacy
When opening new Process from ProcessStep add field, pre-set as owned by previous...
[plomtask] / migrations / 3_add_Todo_and_Process_calendarize.sql
1 ALTER TABLE todos ADD COLUMN calendarize BOOLEAN NOT NULL DEFAULT FALSE;
2 ALTER TABLE processes ADD COLUMN calendarize BOOLEAN NOT NULL DEFAULT FALSE;