annotate models

WARNING annotators out there, be to run bin/annotate on RAILS_ENV=test on a clean db
This commit is contained in:
Sam
2017-08-16 10:38:11 -04:00
parent 56f7b4e01e
commit c68999e128
38 changed files with 75 additions and 68 deletions

View File

@@ -6,11 +6,11 @@ end
#
# Table name: topic_search_data
#
# topic_id :integer not null, primary key
# raw_data :text
# locale :string not null
# search_data :tsvector
# core_version :integer default(0)
# topic_id :integer not null, primary key
# raw_data :text
# locale :string not null
# search_data :tsvector
# version :integer default(0)
#
# Indexes
#