Fixed crash on workflow deletion

This commit is contained in:
Anton Argirov 2015-05-22 19:53:57 +06:00
parent 37bedaa84a
commit fc6b11c953

View File

@ -0,0 +1,5 @@
class SetPositionFieldNullable < ActiveRecord::Migration
def change
change_column :custom_workflows, :position, :integer, :null => true
end
end