Skip to content
Snippets Groups Projects
Commit a4a7d2ac authored by Andreas Brandl's avatar Andreas Brandl
Browse files

Remove ignore_column from Events#data.

Closes #38135.
parent 49b41879
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -96,10 +96,6 @@ class Event < ActiveRecord::Base
 
self.inheritance_column = 'action'
 
# "data" will be removed in 10.0 but it may be possible that JOINs happen that
# include this column, hence we're ignoring it as well.
ignore_column :data
class << self
def model_name
ActiveModel::Name.new(self, nil, 'event')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment