Skip to content

Commit

Permalink
change repositories.extra_info column to medium_text (increase limit)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodecarter committed Sep 9, 2013
1 parent 8311be6 commit 5bc7985
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class ChangeRepositoriesExtraInfoLimit < ActiveRecord::Migration
def change
change_column :repositories, :extra_info, :text, :limit => 16777215
end
end
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
description 'Git repository with remote repositories and hooks support'
author 'Denis Diachkov, Vladimir Kiselev, Danil Tashkinov'
author_url 'https://github.com/Undev'
version '0.2.6'
version '0.2.7'
url 'https://github.com/Undev/redmine_undev_git'

requires_redmine :version_or_higher => '2.1'
Expand Down

0 comments on commit 5bc7985

Please sign in to comment.