home · contact · privacy
For date range inputs, allow "yesterday" and "tomorrow" next to "today".
[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;