repo.or.cz
/
gitorious.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Handle not ready repos
[gitorious.git]
/
db
/
migrate
/
20121130094633_add_event_id_index_to_feed_items.rb
blob
097eaf0851fbab28bbbacab2ad72c9d860ca8b14
1
class AddEventIdIndexToFeedItems < ActiveRecord::Migration
2
def self.up
3
add_index :feed_items, :event_id
4
end
5
6
def self.down
7
remove_index :feed_items, :event_id
8
end
9
end