]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - tests/testdb.sql
Add table wrreportcache to testdb.sql.
[philipp/winterrodeln/wradmin.git] / tests / testdb.sql
index 2dd2d77434bc82224d2a54f9b12c2c1b28a0f336..b9ac2cb59975804927486c3eb84c8419a82f0177 100644 (file)
@@ -545,6 +545,33 @@ INSERT INTO `wrreport` VALUES (19595,5,'Birgitzer Alm (vom Adelshof)','2017-03-2
 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`
 --