diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-15 14:07:34 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-15 14:12:24 -0500 |
commit | 037be680608d3d60a657761087792c43098c2c2d (patch) | |
tree | 7a46839a16093b9ac679b5e58e9109c47664d172 /app | |
parent | 09eb7fb78dd20d0afd78e8623ecac2346e7eadb8 (diff) |
ignore `tsv` column & add index to local-scope posts
Diffstat (limited to 'app')
-rw-r--r-- | app/models/status.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/status.rb b/app/models/status.rb index 8315491f7..e9aa55eab 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -23,7 +23,6 @@ # in_reply_to_account_id :bigint(8) # local_only :boolean # poll_id :bigint(8) -# tsv :tsvector # curated :boolean default(FALSE), not null # sharekey :string # network :boolean default(FALSE), not null |