Changeset 858ed2194ad145dd936cd3e24ed809bba2da74d5

Show
Ignore:
Timestamp:
05/01/07 18:05:12 (1 year ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1178035512 +0200
git-parent:

[3c1407da291d98d30afa2740f0ad0b5b5362e232]

git-author:
Christopher Jung <bktheg@web.de> 1178035512 +0200
Message:

Updatebefehl gefixt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • db/updates.xml

    r37644ad r858ed21  
    237237                ALTER TABLE `sessions` ADD PRIMARY KEY ( `session` ); 
    238238                ALTER TABLE `sessions` DROP INDEX `session`; 
    239                 ALTER TABLE `ships` CHANGE `jumptarget` `jumptarget` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL
     239                ALTER TABLE `ships` CHANGE `jumptarget` `jumptarget` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ''
    240240        ]]></update> 
    241241        <update type="structure" datum="2007-04-29"><![CDATA[