Changeset 678b16a15b56fc4c1b3237d8eceb3250b0e873a9

Show
Ignore:
Timestamp:
12/30/07 15:11:04 (10 months ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1199023864 +0100
git-parent:

[d193343aaaab784c36e2abe3c18578f7861f46d7]

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

Ein fehlendes Update nachgezogen

Files:

Legend:

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

    r531dfa9 r678b16a  
    11CREATE TABLE `battles` ( 
    2   `id` int(11) NOT NULL auto_increment, 
     2  `id` smallint(6) NOT NULL auto_increment, 
    33  `x` smallint(6) NOT NULL default '1', 
    44  `y` smallint(6) NOT NULL default '1',