Changeset b831c9fa13f06c9d8313fad060a6e3d5bd59793e
- 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
| ra7a006e |
rb831c9f |
|
| 25 | 25 | `destx` int(11) NOT NULL default '0', |
|---|
| 26 | 26 | `desty` int(11) NOT NULL default '0', |
|---|
| 27 | | `destcom` varchar(120) NOT NULL default '', |
|---|
| | 27 | `destcom` text NOT NULL, |
|---|
| 28 | 28 | `bookmark` tinyint(1) unsigned NOT NULL default '0', |
|---|
| 29 | 29 | `battle` int(11) NOT NULL default '0', |
|---|
| ra7a006e |
rb831c9f |
|
| 243 | 243 | ALTER TABLE `ships` ADD INDEX ( `docked` ); |
|---|
| 244 | 244 | ]]></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> |
|---|
| 245 | 248 | </updates> |
|---|