|
|
|
@ -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`
|
|
|
|
|
--
|
|
|
|
|