Added default chat.
This commit is contained in:
parent
2c91f8801b
commit
3accd37aa0
1 changed files with 9 additions and 0 deletions
|
@ -1884,6 +1884,15 @@ Report::Profile.create_if_not_exists(
|
||||||
created_by_id: 1,
|
created_by_id: 1,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
chat = Chat.create(
|
||||||
|
name: 'default',
|
||||||
|
max_queue: 5,
|
||||||
|
note: '',
|
||||||
|
active: true,
|
||||||
|
updated_by_id: 1,
|
||||||
|
created_by_id: 1,
|
||||||
|
)
|
||||||
|
|
||||||
network = Network.create_if_not_exists(
|
network = Network.create_if_not_exists(
|
||||||
id: 1,
|
id: 1,
|
||||||
name: 'base',
|
name: 'base',
|
||||||
|
|
Loading…
Reference in a new issue