summaryrefslogtreecommitdiffstats
path: root/db/migrate/087_change_projects_description_to_text.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixes migration 87 error when running MySQL with STRICT_TRANS_TABLES on (#771).Jean-Philippe Lang2008-03-051-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1189 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: not null constraints not removed with Postgresql.Jean-Philippe Lang2008-02-121-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1140 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed migration 87 (mysql: TEXT column can't have a default value).Jean-Philippe Lang2008-01-221-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1093 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unlimited and optional project description. The project list will show ↵Jean-Philippe Lang2008-01-201-0/+8
truncated descriptions only (the first fews lines). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1088 e93f8b46-1217-0410-a6f0-8f06a7374b81