Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 7a44fff

Browse files
authored
Merge pull request #8 from Abdullah-Shaikh01/feature/sqlError
2 parents 13f3d0d + e605e11 commit 7a44fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hms.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
--
2121

2222
CREATE DATABASE IF NOT EXISTS hms;
23-
23+
use hms;
2424
DROP TABLE IF EXISTS `guests`;
2525
/*!40101 SET @saved_cs_client = @@character_set_client */;
2626
/*!50503 SET character_set_client = utf8mb4 */;

0 commit comments

Comments
 (0)