Shorter names for enable/disbale_ecs_notifications.
[ecp_lsfp.git] / db / migrate / 20130725000934_add_resource_id_to_representation.rb
blob2f1bfc91ae8c3493d6a3ec0ec5f282fcbd893e97
1 class AddResourceIdToRepresentation < ActiveRecord::Migration
2   def change
3     add_column :representations, :resource_id, :integer
4   end
5 end