Schema updates.
This commit is contained in:
@@ -3001,6 +3001,9 @@ tables:
|
||||
- name: conversation
|
||||
using:
|
||||
foreign_key_constraint_on: conversationid
|
||||
- name: user
|
||||
using:
|
||||
foreign_key_constraint_on: userid
|
||||
insert_permissions:
|
||||
- role: user
|
||||
permission:
|
||||
@@ -3861,6 +3864,13 @@ tables:
|
||||
table:
|
||||
schema: public
|
||||
name: audit_trail
|
||||
- name: messages
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
column: userid
|
||||
table:
|
||||
schema: public
|
||||
name: messages
|
||||
- name: notes
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
|
||||
Reference in New Issue
Block a user