Changeset 678b16a15b56fc4c1b3237d8eceb3250b0e873a9
- 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
| r531dfa9 |
r678b16a |
|
| 1 | 1 | CREATE TABLE `battles` ( |
|---|
| 2 | | `id` int(11) NOT NULL auto_increment, |
|---|
| | 2 | `id` smallint(6) NOT NULL auto_increment, |
|---|
| 3 | 3 | `x` smallint(6) NOT NULL default '1', |
|---|
| 4 | 4 | `y` smallint(6) NOT NULL default '1', |
|---|