##// END OF EJS Templates
Committer field in the Changesets table is now varchar 255....
Jean-Philippe Lang -
r650:138566de0b9b
parent child
Show More
@@ -0,0 +1,9
1 class ChangeChangesetsCommitterLimit < ActiveRecord::Migration
2 def self.up
3 change_column :changesets, :committer, :string
4 end
5
6 def self.down
7 change_column :changesets, :committer, :string, :limit => 30
8 end
9 end
General Comments 0
You need to be logged in to leave comments. Login now