libreccm-legacy/ccm-core/sql/ccm-core
jensp 9bf0761ce5 Fixed a bug in the upgrade script for ccm-core version 6.5.2-6.5.3. This SQL
command did not work: 

ALTER TABLE messages ADD large_body text NOT NULL;

because this would add a column with null values if there are exitings rows. 
Changing the SQL command to

ALTER TABLE messages ADD large_body text NOT NULL DEFAULT ' ';

solved the problem.



git-svn-id: https://svn.libreccm.org/ccm/trunk@2408 8810af33-2d31-482b-a856-94f89814c4df
2013-10-31 21:06:45 +00:00
..
default Removed old style application classes: 2013-01-30 21:16:59 +00:00
fixes Initiale Version 2008-02-04 11:59:05 +00:00
oracle-se Removed old style application classes: 2013-01-30 21:16:59 +00:00
postgres Removed old style application classes: 2013-01-30 21:16:59 +00:00
upgrade Fixed a bug in the upgrade script for ccm-core version 6.5.2-6.5.3. This SQL 2013-10-31 21:06:45 +00:00
oracle-se-create.sql Removed old style application classes: 2013-01-30 21:16:59 +00:00
postgres-create.sql Removed old style application classes: 2013-01-30 21:16:59 +00:00