Skip to content

Commit

Permalink
Merge pull request #13563 from lpichler/remove_inheritance_column
Browse files Browse the repository at this point in the history
Remove inheritance_column in rename_ems_events migration
  • Loading branch information
Fryguy authored Jan 18, 2017
2 parents fe2dfb7 + 5c9530b commit 15b4acf
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 15b4acf

Please sign in to comment.