INSERT INTO `wrreport` VALUES (19596,1417,'Grindelwald - First','2017-03-28','16:00:00','2017-03-30 01:24:49','2017-04-08 01:24:49',2,'Die Strecke First-Schreckfeld ist gut befahrbar. Trotz warmer Temperaturen/Sonne. Die Station Schreckfeld kann jedoch nicht mehr direkt angefahren werden. Hier muss man fussgaengig einen kleinen Aufstieg (Bruecke) begehen. Abfahrt nach Bort nicht mehr moeglich. Schnee fehlt.','alemannenrodel',NULL,328,'Alemannenrodel',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wrreport` ENABLE KEYS */;
+--
+-- Table structure for table `wrreportcache`
+--
+
+DROP TABLE IF EXISTS `wrreportcache`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `wrreportcache` (
+ `page_id` int(11) NOT NULL,
+ `page_title` varchar(255) DEFAULT NULL,
+ `report_id` int(11) DEFAULT NULL,
+ `date_report` date DEFAULT NULL,
+ `condition` int(11) DEFAULT NULL,
+ `description` mediumtext DEFAULT NULL,
+ `author_name` varchar(30) DEFAULT NULL,
+ `author_username` varchar(30) DEFAULT NULL,
+ PRIMARY KEY (`page_id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `wrreportcache`
+--
+
+/*!40000 ALTER TABLE `wrreportcache` DISABLE KEYS */;
+/*!40000 ALTER TABLE `wrreportcache` ENABLE KEYS */;
+
--
-- Table structure for table `wrsledruncache`
--