Skip to content

Commit e4e7adc

Browse files
committed
update to initially insert version 0.6.6 into database
1 parent f73929d commit e4e7adc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

resources/db/stevedb-v0.6.6.sql

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,16 @@ CREATE TABLE `dbVersion` (
121121
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
122122
/*!40101 SET character_set_client = @saved_cs_client */;
123123

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+
124134
--
125135
-- Table structure for table `reservation`
126136
--

0 commit comments

Comments
 (0)