Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
recipe committed Feb 25, 2024
1 parent 3dc26b7 commit 047fb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion append_version.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CREATE TABLE IF NOT EXISTS versions (
sort_order BIGINT UNSIGNED NOT NULL,
UNIQUE KEY unique_version (version),
KEY idx_sort_order_version (sort_order, version)
) ENGINE = InnoDB charset utf8mb4 //
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 //

DROP FUNCTION IF EXISTS `GET_SORT_ORDER` //

Expand Down

0 comments on commit 047fb34

Please sign in to comment.