Skip to content

Commit 3fa9f7d

Browse files
author
macbre
committed
0019_queries_not_using_indices: do not mess with test_0074_single_column
1 parent 7ce9164 commit 3fa9f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/0019-queries-not-using-indices.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CREATE TABLE `0019_queries_not_using_indices` (
1414
DROP TABLE IF EXISTS `0019_queries_not_using_indices_empty_table`;
1515
CREATE TABLE `0019_queries_not_using_indices_empty_table` (
1616
`item_id` int(9) NOT NULL AUTO_INCREMENT,
17+
`foo` varchar(16) NOT NULL DEFAULT '',
1718
PRIMARY KEY (`item_id`)
1819
);
1920

0 commit comments

Comments
 (0)