Go to most recent revision | Details | Last modification | View Log | RSS feed
create table qrtz_locks
(
sched_name varchar(120) not null,
lock_name varchar(40) not null,
primary key (sched_name,lock_name)
)