Browse Source

FIX change description 'longtext' type with projects table

tags/v1.0.0
Jasder 5 years ago
parent
commit
cb7d49506c
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      db/migrate/20201020071758_change_description_from_projects.rb

+ 5
- 0
db/migrate/20201020071758_change_description_from_projects.rb View File

@@ -0,0 +1,5 @@
class ChangeDescriptionFromProjects < ActiveRecord::Migration[5.2]
def change
change_column :projects, :description, :longtext
end
end

Loading…
Cancel
Save