IO-1211 Feature Restrictions
This commit is contained in:
@@ -766,6 +766,7 @@ tables:
|
||||
- email
|
||||
- enforce_class
|
||||
- enforce_referral
|
||||
- features
|
||||
- federal_tax_id
|
||||
- id
|
||||
- imexshopid
|
||||
@@ -3596,6 +3597,9 @@ tables:
|
||||
- name: user
|
||||
using:
|
||||
foreign_key_constraint_on: user_email
|
||||
- name: userByOrderedby
|
||||
using:
|
||||
foreign_key_constraint_on: orderedby
|
||||
- name: vendor
|
||||
using:
|
||||
foreign_key_constraint_on: vendorid
|
||||
@@ -4172,6 +4176,13 @@ tables:
|
||||
table:
|
||||
schema: public
|
||||
name: parts_orders
|
||||
- name: partsOrdersByOrderedby
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
column: orderedby
|
||||
table:
|
||||
schema: public
|
||||
name: parts_orders
|
||||
insert_permissions:
|
||||
- role: user
|
||||
permission:
|
||||
|
||||
Reference in New Issue
Block a user