Changeset fcd2654596f5c529dd37bc8d4b3bb37ccc9316d2
- Timestamp:
- 02/16/08 19:12:00
(8 months ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1203185520 +0100
- git-parent:
[8778c0106dbbd644f63de1cc4971c99105fb03c3]
- git-author:
- Christopher Jung <bktheg@web.de> 1203185520 +0100
- Message:
ablativeArmor hat nun das Default-Value, welches es auch haben sollte
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r22f424c |
rfcd2654 |
|
| 445 | 445 | ALTER TABLE tradepost_sell ADD CONSTRAINT tradepost_sell_fk_ships FOREIGN KEY (shipid) REFERENCES ships(id); |
|---|
| 446 | 446 | ]]></update> |
|---|
| | 447 | <update type="structure" datum="2008-02-16"><![CDATA[ |
|---|
| | 448 | alter table ships change ablativeArmor ablativeArmor int(10) unsigned not null default '0'; |
|---|
| | 449 | alter table ships_modules change ablativeArmor ablativeArmor int(10) unsigned not null default '0'; |
|---|
| | 450 | ]]></update> |
|---|
| 447 | 451 | </updates> |
|---|