Skip to content

Commit

Permalink
(fix) Update 4.4.0.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ecourtial authored Jun 8, 2024
1 parent df763f0 commit 639cfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/4.4.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ CREATE TABLE `notes` (
`title` varchar(255) NOT NULL,
`content` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

0 comments on commit 639cfbe

Please sign in to comment.