Removed id, not needed (lookup is done by name).

This commit is contained in:
Martin Edenhofer 2017-02-15 17:24:24 +01:00
parent f317cf1240
commit e58babb569

View file

@ -13,7 +13,6 @@ class TelegramSupport < ActiveRecord::Migration
)
Ticket::Article::Type.create_if_not_exists(
id: 12,
name: 'telegram personal-message',
communication: true,
updated_by_id: 1,