Skip to content

Commit 1fc69fc

Browse files
committed
Fix typo.
1 parent d225c79 commit 1fc69fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ddl/0010_create_database.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
drop database if exists test;
22

3-
create database test default character set utf8mb4 collate utf8mb4_general_ci;;
3+
create database test default character set utf8mb4 collate utf8mb4_general_ci;

0 commit comments

Comments
 (0)