repo.or.cz
/
ecp_lsfp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Shorter names for enable/disbale_ecs_notifications.
[ecp_lsfp.git]
/
db
/
migrate
/
20130725000934_add_resource_id_to_representation.rb
blob
2f1bfc91ae8c3493d6a3ec0ec5f282fcbd893e97
1
class AddResourceIdToRepresentation < ActiveRecord::Migration
2
def change
3
add_column :representations, :resource_id, :integer
4
end
5
end