Skip to content

Commit 41a1b02

Browse files
committed
fix all.sql
1 parent bb148de commit 41a1b02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: all.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
CREATE DATABASE IF NOT EXISTS `calorieBuddy` /*!40100 DEFAULT CHARACTER SET utf8 */;
2+
USE `calorieBuddy`;
13
-- MySQL dump 10.13 Distrib 5.7.31, for Linux (x86_64)
24
--
35
-- Host: localhost Database: calorieBuddy

0 commit comments

Comments
 (0)