Skip to content
Snippets Groups Projects

Adding OKR checkin reminder email notifications

Merged Darby Frey requested to merge okr-checkin-reminder-notifications into master
5 files
+ 140
19
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -25258,7 +25258,7 @@ CREATE TABLE work_item_progresses (
current_value double precision DEFAULT 0.0 NOT NULL,
rollup_progress boolean DEFAULT true NOT NULL,
reminder_frequency smallint DEFAULT 0 NOT NULL,
last_reminder_sent_at timestamp without time zone
last_reminder_sent_at timestamp with time zone
);
CREATE TABLE work_item_types (
Loading