mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 19:41:25 +01: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:
@@ -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
|
||||
Reference in New Issue
Block a user