Skip to content

Commit

Permalink
Add system_data to TelegramMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
endenwer authored and arturtr committed Apr 7, 2016
1 parent 2a42b9f commit da98122
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/009_add_system_data_to_telegram_message.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddSystemDataToTelegramMessage < ActiveRecord::Migration
def change
add_column :telegram_messages, :system_data, :string
end
end

0 comments on commit da98122

Please sign in to comment.