Skip to content

Commit 4e3ab1b

Browse files
committed
schema: Increase restart_count size
1 parent 7b137ea commit 4e3ab1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/mysql/schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ CREATE TABLE container (
129129
state_details longtext NOT NULL,
130130
ready enum('n', 'y') COLLATE utf8mb4_unicode_ci NOT NULL,
131131
started enum('n', 'y') COLLATE utf8mb4_unicode_ci NOT NULL,
132-
restart_count smallint unsigned NOT NULL,
132+
restart_count int unsigned NOT NULL,
133133
PRIMARY KEY (id)
134134
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
135135

0 commit comments

Comments
 (0)