Browse Source

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

Martin Edenhofer 8 years ago
parent
commit
e58babb569
1 changed files with 0 additions and 1 deletions
  1. 0 1
      db/migrate/20170215000001_telegram_support.rb

+ 0 - 1
db/migrate/20170215000001_telegram_support.rb

@@ -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,