IO-3166-Global-Notifications-Part-2 - Checkpoint
This commit is contained in:
@@ -198,6 +198,14 @@
|
||||
- name: user
|
||||
using:
|
||||
foreign_key_constraint_on: useremail
|
||||
array_relationships:
|
||||
- name: notifications
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
column: associationid
|
||||
table:
|
||||
name: notifications
|
||||
schema: public
|
||||
select_permissions:
|
||||
- role: user
|
||||
permission:
|
||||
@@ -3484,6 +3492,13 @@
|
||||
table:
|
||||
name: notes
|
||||
schema: public
|
||||
- name: notifications
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
column: jobid
|
||||
table:
|
||||
name: notifications
|
||||
schema: public
|
||||
- name: parts_dispatches
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
@@ -6732,6 +6747,13 @@
|
||||
table:
|
||||
name: ioevents
|
||||
schema: public
|
||||
- name: job_watchers
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
column: user_email
|
||||
table:
|
||||
name: job_watchers
|
||||
schema: public
|
||||
- name: messages
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
|
||||
Reference in New Issue
Block a user