Skip to content

Commit

Permalink
LUT-27515: Add CREATE DATABASE and USE instructions to 1-dump.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
YXME committed Mar 15, 2024
1 parent df9260f commit 84f9387
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mysql/1-dump.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- Active: 1706775433698@@127.0.0.1@3306@CORE_CIBLE
-- MySQL dump 10.13 Distrib 8.1.0, for Linux (x86_64)
--
-- Host: localhost Database: lutece
Expand All @@ -15,6 +16,9 @@
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

CREATE DATABASE lutece;
USE lutece;

--
-- Table structure for table `appointment_appointment`
--
Expand Down

0 comments on commit 84f9387

Please sign in to comment.