Changeset 476c0058d755de60964c0f631707777637230b8f

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

[06dff3863885a1e2c531d25a83628cad10bd840f]

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

SQL der Tabelle ship_types gefixt

Files:

Legend:

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

    r4f02618 r476c005  
    1111  `hull` int(11) NOT NULL default '0', 
    1212  `panzerung` tinyint(3) unsigned NOT NULL default '0', 
    13   `ship_types` ADD `ablativeArmor` INT UNSIGNED NOT NULL default '0', 
     13  `ablativeArmor` int(11) UNSIGNED NOT NULL default '0', 
    1414  `cargo` int(11) NOT NULL default '0', 
    1515  `heat` int(11) NOT NULL default '0',