Merged in feature/IO-2667-Migrations-For-Remind-At-Sent (pull request #1416)

- Migrations for remind_at_sent
This commit is contained in:
Dave Richer
2024-04-16 19:52:13 +00:00
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."tasks" add column "remind_at_sent" timestamptz
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."tasks" add column "remind_at_sent" timestamptz
null;