Commit 138566de authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Committer field in the Changesets table is now varchar 255.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@656 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 1e28f775
class ChangeChangesetsCommitterLimit < ActiveRecord::Migration
def self.up
change_column :changesets, :committer, :string
end
def self.down
change_column :changesets, :committer, :string, :limit => 30
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