Changeset 927e509977b31a0c9225026899ea5b5b495a1b54
- Timestamp:
- 08/25/07 17:55:37
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1188057337 +0200
- git-parent:
[7131457b5a0d38ce27e35b7b0eec78766c594a81]
- git-author:
- Christopher Jung <bktheg@web.de> 1188057337 +0200
- Message:
Feld ablativeArmor in battles_ships ergaenzt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9fb8056 |
r927e509 |
|
| 5 | 5 | `hull` mediumint(8) unsigned NOT NULL default '0', |
|---|
| 6 | 6 | `shields` mediumint(8) unsigned NOT NULL default '0', |
|---|
| | 7 | `ablativeArmor` int(11) unsigned NOT NULL default '0', |
|---|
| 7 | 8 | `engine` tinyint(3) unsigned NOT NULL default '0', |
|---|
| 8 | 9 | `weapons` tinyint(3) unsigned NOT NULL default '0', |
|---|
| r4f02618 |
r927e509 |
|
| 388 | 388 | ALTER TABLE `ships_modules` ADD `ablativeArmor` INT UNSIGNED NOT NULL AFTER `panzerung`; |
|---|
| 389 | 389 | ]]></update> |
|---|
| | 390 | <update type="structure" datum="2007-08-25"><![CDATA[ |
|---|
| | 391 | ALTER TABLE `battles_ships` ADD `ablativeArmor` INT UNSIGNED NOT NULL AFTER `shields`; |
|---|
| | 392 | ]]></update> |
|---|
| 390 | 393 | </updates> |
|---|