thingspeak/db/migrate/20140630153108_add_metadata_to_channels.rb

7 lines
121 B
Ruby
Raw Normal View History

2014-06-30 19:16:22 +02:00
class AddMetadataToChannels < ActiveRecord::Migration
def change
add_column :channels, :metadata, :text
end
end