From f03960382bd05b8570e0e3b1066545831c59138a Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 10 Jan 2020 03:45:29 -0600 Subject: switch (back) to postgres fts engine for fast search & timeline filters --- app/models/normalized_status.rb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 app/models/normalized_status.rb (limited to 'app/models/normalized_status.rb') diff --git a/app/models/normalized_status.rb b/app/models/normalized_status.rb deleted file mode 100644 index ad1ffaffc..000000000 --- a/app/models/normalized_status.rb +++ /dev/null @@ -1,13 +0,0 @@ -# == Schema Information -# -# Table name: normalized_statuses -# -# id :bigint(8) not null, primary key -# status_id :bigint(8) -# text :text -# - -class NormalizedStatus < ApplicationRecord - belongs_to :status, inverse_of: :normalized_status - validates_uniqueness_of :status_id -end -- cgit