Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 197 → Rev 198

/xservices/trunk/src/main/webapp/WEB-INF/data/QRTZ_CALENDARS.ddl
0,0 → 1,6
create table qrtz_calendars(
sched_name varchar(120) not null,
calendar_name varchar(200) not null,
calendar blob not null,
primary key (sched_name,calendar_name)
)