diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-29 13:18:51 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-29 13:18:51 -0500 |
commit | 02729ab3ae3f5a59b6c9b84bd24282e9a003e3d2 (patch) | |
tree | a558ac1aed87e56c40562d3b571087d092bffc33 /db | |
parent | feeb789ecdc161787278570671b7d8ea0cbe35ab (diff) |
update schema
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 47768043a..c246b70bf 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2019_07_24_175247) do +ActiveRecord::Schema.define(version: 2019_07_28_201832) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -663,6 +663,7 @@ ActiveRecord::Schema.define(version: 2019_07_24_175247) do t.boolean "imported" t.string "origin" t.tsvector "tsv" + t.boolean "boostable" t.index ["account_id", "id", "visibility", "updated_at"], name: "index_statuses_20180106", order: { id: :desc } t.index ["account_id", "id", "visibility"], name: "index_statuses_on_account_id_and_id_and_visibility", order: { id: :desc }, where: "(visibility = ANY (ARRAY[0, 1, 2, 4]))" t.index ["in_reply_to_account_id"], name: "index_statuses_on_in_reply_to_account_id" |