Additional schema changes for payroll.

This commit is contained in:
Patrick Fic
2023-04-21 08:42:47 -07:00
parent 20371ea00d
commit f4b3a990d7
4 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
alter table "public"."tt_approval_queue" alter column "approved_at" set not null;

View File

@@ -0,0 +1 @@
alter table "public"."tt_approval_queue" alter column "approved_at" drop not null;

View File

@@ -0,0 +1 @@
alter table "public"."tt_approval_queue" alter column "memo" set not null;

View File

@@ -0,0 +1 @@
alter table "public"."tt_approval_queue" alter column "memo" drop not null;