diff --git a/extra/db.sql b/extra/db.sql index 49142ad..bfcc657 100644 --- a/extra/db.sql +++ b/extra/db.sql @@ -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