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
2017-02-13 15:53:12 +01:00

6 lines
129 B
Ruby

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