Merged in release/2024-04-19 (pull request #1418)

Release/2024 04 19
This commit is contained in:
Dave Richer
2024-04-16 19:56:29 +00:00
3 changed files with 16 additions and 10 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;