Remove message.owner_user_id field and implement db migrations
This commit is contained in:
@@ -2952,8 +2952,6 @@
|
||||
"handler.CreateUserKey.body": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"all_channels",
|
||||
"channels",
|
||||
"name",
|
||||
"permissions"
|
||||
],
|
||||
@@ -3574,9 +3572,6 @@
|
||||
"message_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"owner_user_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"type": "integer"
|
||||
},
|
||||
|
@@ -183,8 +183,6 @@ definitions:
|
||||
permissions:
|
||||
type: string
|
||||
required:
|
||||
- all_channels
|
||||
- channels
|
||||
- name
|
||||
- permissions
|
||||
type: object
|
||||
@@ -583,8 +581,6 @@ definitions:
|
||||
type: string
|
||||
message_id:
|
||||
type: string
|
||||
owner_user_id:
|
||||
type: string
|
||||
priority:
|
||||
type: integer
|
||||
sender_ip:
|
||||
|
Reference in New Issue
Block a user