Additional payroll schema tracking.

This commit is contained in:
Patrick Fic
2023-04-25 10:16:56 -07:00
parent 4c5a2cefe9
commit 27fadb9ae2

View File

@@ -5234,6 +5234,9 @@
- name: tt_approval_queue
using:
foreign_key_constraint_on: ttapprovalqueueid
- name: user
using:
foreign_key_constraint_on: commited_by
insert_permissions:
- role: user
permission:
@@ -5613,6 +5616,13 @@
table:
name: parts_orders
schema: public
- name: timetickets
using:
foreign_key_constraint_on:
column: commited_by
table:
name: timetickets
schema: public
- name: tt_approval_queues
using:
foreign_key_constraint_on: