Project

General

Profile

Defect #21993

Updated by Toshi MARUYAMA about 8 years ago

Original migration [1] changes type of projects description from string to text. It means that projects description can contain text longer than 255 bytes. 
 In acutually, on MySQL, projects desctiption type is changed to text but it limit 255byte. 

 [1]: source:tags/3.2.0/db/migrate/087_change_projects_description_to_text.rb db/migrate/087_change_projects_description_to_text.rb 

Back