Fixed upgrade/migration (added missing user id information).
This commit is contained in:
parent
71c9e50381
commit
fe409727c1
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ class LastOwnerUpdate < ActiveRecord::Migration
|
|||
period: 10.minutes,
|
||||
prio: 1,
|
||||
active: true,
|
||||
updated_by_id: 1,
|
||||
created_by_id: 1,
|
||||
)
|
||||
|
||||
state_ids = Ticket::State.by_category(:work_on).pluck(:id)
|
||||
|
|
Loading…
Reference in a new issue