1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/db/migrate/20141217172843_add_nb_total_places_to_availability.rb

6 lines
145 B
Ruby
Raw Normal View History

2016-03-23 18:39:41 +01:00
class AddNbTotalPlacesToAvailability < ActiveRecord::Migration
def change
add_column :availabilities, :nb_total_places, :integer
end
end