Commit c39f8a80 authored by Monty's avatar Monty

Quote 'rank' in test-ATIS so that it can be run with MySQL 8.0

parent 6b1a8b2c
......@@ -369,7 +369,7 @@ sub init_data
@class_of_service=
$server->create("class_of_service",
["class_code char(2) NOT NULL",
"rank tinyint(2) NOT NULL",
"`rank` tinyint(2) NOT NULL",
"class_description char(80) NOT NULL"],
["PRIMARY KEY (class_code)"]);
@code_description=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment