Changeset c43db04f4b6ac20c43f746841a5f16e2d0854e82

Show
Ignore:
Timestamp:
02/17/08 17:21:31 (6 months ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1203265291 +0100
git-parent:

[2b6c4dfe3ceb954cca2b8cd12bbb68c2862aed82]

git-author:
Christopher Jung <bktheg@web.de> 1203265291 +0100
Message:

Defaultwert fuer battle_ships.ablativeArmor ergaenzt

Files:

Legend:

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

    rfcd2654 rc43db04  
    448448                alter table ships change ablativeArmor ablativeArmor int(10) unsigned not null default '0'; 
    449449                alter table ships_modules change ablativeArmor ablativeArmor int(10) unsigned not null default '0'; 
     450                ALTER TABLE `battles_ships` change `ablativeArmor` ablativeArmor INT UNSIGNED NOT NULL default '0'; 
    450451        ]]></update> 
    451452</updates>