Skip to content

Commit 237ea43

Browse files
committed
fixed too long commit message error
1 parent 59e1ffd commit 237ea43

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
class ChangeCommitMessageType < ActiveRecord::Migration
2+
def up
3+
change_column :tips, :commit_message, :text
4+
end
5+
def down
6+
change_column :tips, :commit_message, :string
7+
end
8+
end

0 commit comments

Comments
 (0)