Renamed the default DB name

This commit is contained in:
Mael G. 2020-12-14 18:20:14 -04:00
parent e70571c450
commit 3459498605
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
CREATE DATABASE IF NOT EXISTS `lighthouse` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `lighthouse`;
CREATE DATABASE IF NOT EXISTS `sacrebleudatabase` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `sacrebleudatabase`;
-- 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