]> git.defcon.no Git - hermes/blobdiff - doc/sql-data/structure.sql
Changed database-references, 'provision' is now called 'hermes', reflects that this...
[hermes] / doc / sql-data / structure.sql
index b4555a12c2f500610d9cc19d1229d0ff4d9c4b18..bd7f96e6976e890e2cd8929f0960dec85e6540cd 100644 (file)
@@ -1016,12 +1016,12 @@ CREATE TABLE `xcap` (
 SET character_set_client = @saved_cs_client;
 
 --
--- Current Database: `provision`
+-- Current Database: `hermes`
 --
 
-CREATE DATABASE /*!32312 IF NOT EXISTS*/ `provision` /*!40100 DEFAULT CHARACTER SET latin1 */;
+CREATE DATABASE /*!32312 IF NOT EXISTS*/ `hermes` /*!40100 DEFAULT CHARACTER SET latin1 */;
 
-USE `provision`;
+USE `hermes`;
 
 --
 -- Table structure for table `apikeys`