X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=migrations%2F3_add_Todo_and_Process_calendarize.sql;fp=migrations%2F3_add_Todo_and_Process_calendarize.sql;h=dcd65b26e5628a2e4eb1a39673b3ef73ab558f8e;hb=e150bee233a648950061b716dc1780581105ede6;hp=0000000000000000000000000000000000000000;hpb=f59afccd32d45e60c48d451e6b8304a817627c62;p=plomtask diff --git a/migrations/3_add_Todo_and_Process_calendarize.sql b/migrations/3_add_Todo_and_Process_calendarize.sql new file mode 100644 index 0000000..dcd65b2 --- /dev/null +++ b/migrations/3_add_Todo_and_Process_calendarize.sql @@ -0,0 +1,2 @@ +ALTER TABLE todos ADD COLUMN calendarize BOOLEAN NOT NULL DEFAULT FALSE; +ALTER TABLE processes ADD COLUMN calendarize BOOLEAN NOT NULL DEFAULT FALSE;