Skip to content

Commit

Permalink
# add clarification about default TestScheduler value in db migration…
Browse files Browse the repository at this point in the history
… script
  • Loading branch information
lahma committed Mar 31, 2014
1 parent 497962e commit 8d3d11b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions database/sqlserver_schema_10_to_20_upgrade.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
-- !! FIRST RUN IN TEST ENVIRONMENT AGAINST COPY OF YOU PRODUCTION !!
--

---
--- !!! The default value of sched_name column is TestScheduler !!!
--- If you have existing data the scheduler name should correspond to your existing scheduler name
--- in Quartz configuration (quartz.scheduler.instanceName)
---

--
-- drop tables that are no longer used
--
Expand Down Expand Up @@ -46,6 +52,7 @@ update qrtz_fired_triggers set IS_NONCONCURRENT = is_stateful;
GO
alter table qrtz_fired_triggers drop column is_stateful;
GO

--
-- add new 'sched_name' column to all tables
--
Expand Down

0 comments on commit 8d3d11b

Please sign in to comment.