Skip to content

Commit ee4db44

Browse files
Update tools/docker-dev/sql/bootstrap.sql
Co-authored-by: bryank-cs <[email protected]>
1 parent 2d082c5 commit ee4db44

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
@@ -186,7 +186,7 @@ INSERT INTO `pages` (`id`, `page`, `content`) VALUES
186186

187187
CREATE TABLE `requests` (
188188
`id` int(11) NOT NULL,
189-
`request_for` varchar(768) NOT NULL,
189+
`request_for` varchar(131) NOT NULL,
190190
`uid` varchar(128) NOT NULL,
191191
`timestamp` timestamp NOT NULL DEFAULT current_timestamp()
192192
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

0 commit comments

Comments
 (0)