From 88ae1507c58cf3c6fd46cb9cf225fcf388da1916 Mon Sep 17 00:00:00 2001 From: radiskull Date: Sat, 7 Jan 2012 15:23:18 +0000 Subject: [PATCH] =?UTF-8?q?turnier=5Fgebuehren=20gel=C3=B6scht,=20wird=20n?= =?UTF-8?q?un=20=C3=BCber=20defines=20geregelt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/animegame_svn.sql | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/db/animegame_svn.sql b/db/animegame_svn.sql index 2fe1daf..d5f918e 100644 --- a/db/animegame_svn.sql +++ b/db/animegame_svn.sql @@ -1420,17 +1420,6 @@ CREATE TABLE `turnier1` ( CONSTRAINT `turnier1_char` FOREIGN KEY (`charakter`) REFERENCES `chars` (`id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; --- --- Definition of table `turnier_gebuehr` --- - -DROP TABLE IF EXISTS `turnier_gebuehr`; -CREATE TABLE `turnier_gebuehr` ( - `art` varchar(10) COLLATE utf8_unicode_ci NOT NULL, - `gebuehr` int(11) NOT NULL DEFAULT '0' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - - -- -- Definition of table `turnier_instances` --