mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
Fixed crash on workflow deletion
This commit is contained in:
parent
37bedaa84a
commit
fc6b11c953
5
db/migrate/20150522134437_set_position_field_nullable.rb
Normal file
5
db/migrate/20150522134437_set_position_field_nullable.rb
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
class SetPositionFieldNullable < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
change_column :custom_workflows, :position, :integer, :null => true
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
x
Reference in New Issue
Block a user