Enlarged screenshot description field to 80 chars
This commit is contained in:
parent
e2c73511bc
commit
9024833921
2 changed files with 9 additions and 4 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class ScreenshotsEnlargeDescription < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :screenshots, :description, :text, limit: 80
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue