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 365eed8 commit 3dc26b7
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 @@ -17,7 +17,7 @@ DELIMITER //

CREATE TABLE IF NOT EXISTS versions (
id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY,
version VARCHAR(64) COLLATE utf8mb4_bin NOT NULL,
version VARCHAR(255) COLLATE utf8mb4_bin NOT NULL,
sort_order BIGINT UNSIGNED NOT NULL,
UNIQUE KEY unique_version (version),
KEY idx_sort_order_version (sort_order, version)
Expand Down

0 comments on commit 3dc26b7

Please sign in to comment.