@@ -1,6 +1,6 | |||
|
1 | 1 | class ChangeChangesetsCommitterLimit < ActiveRecord::Migration |
|
2 | 2 | def self.up |
|
3 | change_column :changesets, :committer, :string | |
|
3 | change_column :changesets, :committer, :string, :limit => nil | |
|
4 | 4 | end |
|
5 | 5 | |
|
6 | 6 | def self.down |
General Comments 0
You need to be logged in to leave comments.
Login now