updates from Production version

This commit is contained in:
Lee Lawlor
2014-05-15 16:42:47 -04:00
parent f7b4a3fcce
commit c240b89ed0
10 changed files with 151 additions and 101 deletions

View File

@ -0,0 +1,7 @@
class AddRealtimeIoSerialNumberToChannels < ActiveRecord::Migration
def change
add_column :channels, :realtime_io_serial_number, :string, :limit => 36
add_index :channels, :realtime_io_serial_number
end
end