Skip to content

Commit

Permalink
chore: remove explicit CHARACTER SET settings
Browse files Browse the repository at this point in the history
Signed-off-by: Nic <[email protected]>
  • Loading branch information
nic-6443 committed Jan 24, 2024
1 parent 4929f3e commit 41d16d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/mysql/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
`CREATE TABLE IF NOT EXISTS kine
(
id INTEGER AUTO_INCREMENT,
name VARCHAR(630) CHARACTER SET ascii,
name VARCHAR(630),
created INTEGER,
deleted INTEGER,
create_revision INTEGER,
Expand Down

0 comments on commit 41d16d4

Please sign in to comment.