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
/
20090401115721_adding_oauth_prefix_to_project.rb
blob
b49573988fdd04fe747a1b4a0a53dc8805adec98
1
class AddingOauthPrefixToProject < ActiveRecord::Migration
2
def self.up
3
add_column :projects, :oauth_path_prefix, :string
4
end
5
6
def self.down
7
remove_column :projects, :oauth_path_prefix
8
end
9
end