Skip to content

Commit

Permalink
Remove inheritance_column
Browse files Browse the repository at this point in the history
This is used only when we have #type on the model
  • Loading branch information
lpichler committed Jan 18, 2017
1 parent 02901ea commit 5c9530b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
class RenameEmsEventsPurgingSettingsKeys < ActiveRecord::Migration[5.0]
class SettingsChange < ActiveRecord::Base
self.inheritance_column = :_type_disabled # disable STI
serialize :value
end

Expand Down

0 comments on commit 5c9530b

Please sign in to comment.