mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
annotate models
WARNING annotators out there, be to run bin/annotate on RAILS_ENV=test on a clean db
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user