home · contact · privacy
Refactor saving and caching tests, treatment of None IDs.
[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;