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

Commit

Permalink
Merge pull request #8 from Abdullah-Shaikh01/feature/sqlError
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-Moh-it authored Jul 14, 2023
2 parents 13f3d0d + e605e11 commit 7a44fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/hms.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
--

CREATE DATABASE IF NOT EXISTS hms;

use hms;
DROP TABLE IF EXISTS `guests`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
Expand Down

0 comments on commit 7a44fff

Please sign in to comment.