From 3e3992bbab56da69fc0c39e10a11862dea7a5c43 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 8 Aug 2021 09:08:25 +0100 Subject: Create indexes and keys after copying table data --- test/sql/createTestTable.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'test/sql') diff --git a/test/sql/createTestTable.sql b/test/sql/createTestTable.sql index fdc1c06..45f4857 100644 --- a/test/sql/createTestTable.sql +++ b/test/sql/createTestTable.sql @@ -10,5 +10,6 @@ CREATE TABLE session( last_action varchar(255) null default null, constraint `PRIMARY` primary key(id), + key created_time(created, modified), constraint session_id unique(session_id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- cgit v1.2.3