Additional payroll schema tracking.
This commit is contained in:
@@ -5234,6 +5234,9 @@
|
|||||||
- name: tt_approval_queue
|
- name: tt_approval_queue
|
||||||
using:
|
using:
|
||||||
foreign_key_constraint_on: ttapprovalqueueid
|
foreign_key_constraint_on: ttapprovalqueueid
|
||||||
|
- name: user
|
||||||
|
using:
|
||||||
|
foreign_key_constraint_on: commited_by
|
||||||
insert_permissions:
|
insert_permissions:
|
||||||
- role: user
|
- role: user
|
||||||
permission:
|
permission:
|
||||||
@@ -5613,6 +5616,13 @@
|
|||||||
table:
|
table:
|
||||||
name: parts_orders
|
name: parts_orders
|
||||||
schema: public
|
schema: public
|
||||||
|
- name: timetickets
|
||||||
|
using:
|
||||||
|
foreign_key_constraint_on:
|
||||||
|
column: commited_by
|
||||||
|
table:
|
||||||
|
name: timetickets
|
||||||
|
schema: public
|
||||||
- name: tt_approval_queues
|
- name: tt_approval_queues
|
||||||
using:
|
using:
|
||||||
foreign_key_constraint_on:
|
foreign_key_constraint_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user