Changeset b831c9fa13f06c9d8313fad060a6e3d5bd59793e

Show
Ignore:
Timestamp:
04/30/07 18:33:34 (1 year ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1177950814 +0200
git-parent:

[5b0945aa319ccc77534f61e37e7274425a938dc5]

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

Feld 'ships.destcom' in text umgewandelt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • db/tables/ships.sql

    ra7a006e rb831c9f  
    2525  `destx` int(11) NOT NULL default '0', 
    2626  `desty` int(11) NOT NULL default '0', 
    27   `destcom` varchar(120) NOT NULL default ''
     27  `destcom` text NOT NULL
    2828  `bookmark` tinyint(1) unsigned NOT NULL default '0', 
    2929  `battle` int(11) NOT NULL default '0', 
  • db/updates.xml

    ra7a006e rb831c9f  
    243243                ALTER TABLE `ships` ADD INDEX ( `docked` ); 
    244244        ]]></update> 
     245        <update type="structure" datum="2007-04-30"><![CDATA[ 
     246                ALTER TABLE `ships` CHANGE `destcom` `destcom` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL; 
     247        ]]></update> 
    245248</updates>