There was an error while loading. Please reload this page.
1 parent 1f2633d commit c2af1d5Copy full SHA for c2af1d5
1 file changed
stovepipe/extension/storage/mysql/schema/queue.sql
@@ -5,7 +5,7 @@ CREATE TABLE IF NOT EXISTS queue (
5
last_green_uri VARCHAR(255) NOT NULL DEFAULT '',
6
last_green_request_id VARCHAR(255) NOT NULL DEFAULT '',
7
in_flight_count INT NOT NULL DEFAULT 0,
8
- latest_request_id VARCHAR(255) NOT NULL DEFAULT '',
9
version INT NOT NULL,
+ latest_request_id VARCHAR(255) NOT NULL DEFAULT '',
10
PRIMARY KEY (name)
11
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
0 commit comments