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

6 lines
160 B
Ruby
Raw Normal View History

2016-03-23 18:39:41 +01:00
class RemoveAdditionalFieldFromStatisticIndex < ActiveRecord::Migration
def change
remove_column :statistic_indices, :additional_field, :string
end
end