mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 07:21:12 +00:00
Contributed by Yuya Nishihara. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4940 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a2e47f9fba
commit
4bf84ca468
@ -0,0 +1,9 @@
|
||||
class AddRepositoriesPathEncoding < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :repositories, :path_encoding, :string, :limit => 64, :default => nil
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :repositories, :path_encoding
|
||||
end
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user