Enlarged screenshot description field to 80 chars

This commit is contained in:
Christoph Haas 2016-07-15 20:10:34 +02:00
parent e2c73511bc
commit 9024833921
2 changed files with 9 additions and 4 deletions

View file

@ -0,0 +1,5 @@
class ScreenshotsEnlargeDescription < ActiveRecord::Migration
def change
change_column :screenshots, :description, :text, limit: 80
end
end