Skip to content

Commit

Permalink
Add is_system to telegram messages
Browse files Browse the repository at this point in the history
  • Loading branch information
endenwer committed Apr 3, 2016
1 parent 840c44f commit 31420fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/006_add_is_system_to_telegram_message.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddIsSystemToTelegramMessage < ActiveRecord::Migration
def change
add_column :telegram_messages, :is_system, :boolean, default: false
end
end

0 comments on commit 31420fd

Please sign in to comment.