Renamed the default DB name
This commit is contained in:
parent
e70571c450
commit
3459498605
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
CREATE DATABASE IF NOT EXISTS `lighthouse` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
|
CREATE DATABASE IF NOT EXISTS `sacrebleudatabase` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
|
||||||
USE `lighthouse`;
|
USE `sacrebleudatabase`;
|
||||||
-- MySQL dump 10.13 Distrib 8.0.22, for macos10.15 (x86_64)
|
-- MySQL dump 10.13 Distrib 8.0.22, for macos10.15 (x86_64)
|
||||||
--
|
--
|
||||||
-- Host: localhost Database: lighthouse
|
-- Host: localhost Database: sacrebleudatabase
|
||||||
-- ------------------------------------------------------
|
-- ------------------------------------------------------
|
||||||
-- Server version 8.0.22
|
-- Server version 8.0.22
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue