Skip to content

Commit f407dc3

Browse files
authored
Update bootstrap.sql
1 parent f95ee3c commit f407dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker-dev/sql/bootstrap.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ CREATE TABLE `audit_log` (
5656
--
5757

5858
CREATE TABLE user_last_logins (
59-
`operator` varchar(131) NOT NULL,
59+
`operator` varchar(128) NOT NULL,
6060
`last_login` timestamp NOT NULL
6161
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
6262

0 commit comments

Comments
 (0)