Skip to content

Commit

Permalink
JBPM-9944 - 'Cannot find the object "TimerMappingInfo"' thrown on Mic…
Browse files Browse the repository at this point in the history
…rosoft SQL
  • Loading branch information
MarianMacik authored and elguardian committed Nov 12, 2021
1 parent 0cc2374 commit 104d716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
);

create table TimerMappingInfo (
id bigint numeric(19,0) identity not null,
id numeric(19,0) identity not null,
externalTimerId varchar(255),
kieSessionId numeric(19,0) not null,
timerId numeric(19,0) not null,
Expand Down

0 comments on commit 104d716

Please sign in to comment.