1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/db/migrate/20170213142543_add_characteristics_to_space.rb

6 lines
129 B
Ruby
Raw Normal View History

class AddCharacteristicsToSpace < ActiveRecord::Migration
def change
add_column :spaces, :characteristics, :text
end
end