Skip to content

Commit c2af1d5

Browse files
committed
Adjust column ordering
1 parent 1f2633d commit c2af1d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stovepipe/extension/storage/mysql/schema

stovepipe/extension/storage/mysql/schema/queue.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CREATE TABLE IF NOT EXISTS queue (
55
last_green_uri VARCHAR(255) NOT NULL DEFAULT '',
66
last_green_request_id VARCHAR(255) NOT NULL DEFAULT '',
77
in_flight_count INT NOT NULL DEFAULT 0,
8-
latest_request_id VARCHAR(255) NOT NULL DEFAULT '',
98
version INT NOT NULL,
9+
latest_request_id VARCHAR(255) NOT NULL DEFAULT '',
1010
PRIMARY KEY (name)
1111
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

0 commit comments

Comments
 (0)