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-11-01 10:56:17 +01:00
Code Issues Packages Projects Releases Activity
Files
4f9f3097d905e349286761123d39fd2cf81f07c5
Redmine/db/migrate/087_change_projects_description_to_text.rb

9 lines
175 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
Fixed: not null constraints not removed with Postgresql. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1140 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-02-12 21:11:16 +00:00
change_column :projects, :description, :text, :null => true
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: 185ms Template: 2ms
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