Merge branch 'release/2024-04-19' into release/AIO/2024-04-19

This commit is contained in:
Patrick Fic
2024-04-16 16:03:06 -07:00
4 changed files with 37 additions and 1 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;