1 parent f73929d commit e4e7adcCopy full SHA for e4e7adc
1 file changed
resources/db/stevedb-v0.6.6.sql
@@ -121,6 +121,16 @@ CREATE TABLE `dbVersion` (
121
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
122
/*!40101 SET character_set_client = @saved_cs_client */;
123
124
+--
125
+-- Dumping data for table `dbVersion`
126
127
+
128
+LOCK TABLES `dbVersion` WRITE;
129
+/*!40000 ALTER TABLE `dbVersion` DISABLE KEYS */;
130
+INSERT INTO `dbVersion` (version) VALUES ('0.6.6');
131
+/*!40000 ALTER TABLE `dbVersion` ENABLE KEYS */;
132
+UNLOCK TABLES;
133
134
--
135
-- Table structure for table `reservation`
136
0 commit comments