Logo
Explore Help
Register Sign In
Nemcio/Redmine
1
0
Fork 0
You've already forked Redmine
mirror of https://github.com/redmine/redmine.git synced 2025-10-30 09:56:20 +01:00
Code Issues Packages Projects Releases Activity
Files
494c2b50078f901bffa9c99bfcea90d48e722c07
Redmine/db/migrate/087_change_projects_description_to_text.rb

9 lines
192 B
Ruby
Raw Normal View History

Unlimited and optional project description. The project list will show truncated descriptions only (the first fews lines). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1088 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-01-20 18:37:51 +00:00
class ChangeProjectsDescriptionToText < ActiveRecord::Migration
def self.up
Fixes migration 87 error when running MySQL with STRICT_TRANS_TABLES on (#771). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1189 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-03-05 09:16:19 +00:00
change_column :projects, :description, :text, :null => true, :default => nil
Unlimited and optional project description. The project list will show truncated descriptions only (the first fews lines). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1088 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-01-20 18:37:51 +00:00
end
def self.down
end
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 154ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API