Skip to content

Commit

Permalink
TEST - Cause a syntax error in db.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongecho authored Mar 17, 2024
1 parent 43ebb86 commit 632af8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CREATE TABLE `account_types` (
-- Table structure for table `accounts`
--

DROP TABLE IF EXISTS `accounts`;
DROP TABLE IF EXISTS `accounts`
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `accounts` (
Expand Down

0 comments on commit 632af8e

Please sign in to comment.