IO-710 Export Log Setup. [ci skip]

This commit is contained in:
Patrick Fic
2021-04-21 12:08:32 -07:00
parent 5f9e813940
commit 6d9576b9a4
26 changed files with 780 additions and 8 deletions

View File

@@ -0,0 +1,80 @@
- args:
name: exportlogs
table:
name: users
schema: public
using:
foreign_key_constraint_on:
column: useremail
table:
name: exportlog
schema: public
type: create_array_relationship
- args:
name: exportlogs
table:
name: jobs
schema: public
using:
foreign_key_constraint_on:
column: jobid
table:
name: exportlog
schema: public
type: create_array_relationship
- args:
name: exportlogs
table:
name: bills
schema: public
using:
foreign_key_constraint_on:
column: billid
table:
name: exportlog
schema: public
type: create_array_relationship
- args:
name: exportlogs
table:
name: payments
schema: public
using:
foreign_key_constraint_on:
column: paymentid
table:
name: exportlog
schema: public
type: create_array_relationship
- args:
name: payment
table:
name: exportlog
schema: public
using:
foreign_key_constraint_on: paymentid
type: create_object_relationship
- args:
name: user
table:
name: exportlog
schema: public
using:
foreign_key_constraint_on: useremail
type: create_object_relationship
- args:
name: job
table:
name: exportlog
schema: public
using:
foreign_key_constraint_on: jobid
type: create_object_relationship
- args:
name: bill
table:
name: exportlog
schema: public
using:
foreign_key_constraint_on: billid
type: create_object_relationship