Commit ab8bdf28 authored by Toshi MARUYAMA's avatar Toshi MARUYAMA Committed by Eric Davis

scm: add log_encoding column to repositories table (#1735).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4980 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent aae9747e
class AddRepositoriesLogEncoding < ActiveRecord::Migration
def self.up
add_column :repositories, :log_encoding, :string, :limit => 64, :default => nil
end
def self.down
remove_column :repositories, :log_encoding
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment