Skip to content

Commit 8396853

Browse files
committed
unit_tests.sh - MySQL query updated to be after the mysqldump. SQL to SQLin
1 parent 13cd90a commit 8396853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unit_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ CREATE TABLE `scimag` (
129129
);
130130
SQL
131131

132-
cat <<\SQL
132+
cat <<\SQLin
133133
CREATE TABLE `scimag` (
134134
`ID` int(15) unsigned NOT NULL AUTO_INCREMENT,
135135
`DOI` varchar(200) NOT NULL,
136-
`TEXTFIELD` TEXT DEFAULT ('text_value'),
136+
`TEXTFIELD` text DEFAULT (_utf8mb3'text_value'),
137137
PRIMARY KEY (`ID`) USING BTREE,
138138
UNIQUE KEY `DOIUNIQUE` (`DOI`) USING BTREE,
139139
);

0 commit comments

Comments
 (0)