Removed id, not needed (lookup is done by name).
This commit is contained in:
parent
f317cf1240
commit
e58babb569
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ class TelegramSupport < ActiveRecord::Migration
|
||||||
)
|
)
|
||||||
|
|
||||||
Ticket::Article::Type.create_if_not_exists(
|
Ticket::Article::Type.create_if_not_exists(
|
||||||
id: 12,
|
|
||||||
name: 'telegram personal-message',
|
name: 'telegram personal-message',
|
||||||
communication: true,
|
communication: true,
|
||||||
updated_by_id: 1,
|
updated_by_id: 1,
|
||||||
|
|
Loading…
Reference in a new issue