From a8edc25a12f48225da55a88608841b43030e7e08 Mon Sep 17 00:00:00 2001 From: David B Malkovsky Date: Tue, 1 Aug 2017 14:42:25 -0400 Subject: [PATCH] Add missing comma (#505) --- .../org/flowable/db/create/flowable.hsql.create.history.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/flowable-engine/src/main/resources/org/flowable/db/create/flowable.hsql.create.history.sql b/modules/flowable-engine/src/main/resources/org/flowable/db/create/flowable.hsql.create.history.sql index 1122bc7c7d..c900d11bad 100644 --- a/modules/flowable-engine/src/main/resources/org/flowable/db/create/flowable.hsql.create.history.sql +++ b/modules/flowable-engine/src/main/resources/org/flowable/db/create/flowable.hsql.create.history.sql @@ -60,7 +60,7 @@ create table ACT_HI_TASKINST ( FORM_KEY_ varchar(255), CATEGORY_ varchar(255), TENANT_ID_ varchar(255) default '', - LAST_UPDATED_TIME_ timestamp + LAST_UPDATED_TIME_ timestamp, primary key (ID_) ); -- GitLab