about summary refs log tree commit diff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 993c94d2e..b01b2fcf5 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -641,6 +641,7 @@ ActiveRecord::Schema.define(version: 2019_05_19_130537) do
     t.string "content_type"
     t.tsvector "tsv"
     t.boolean "curated"
+    t.string "sharekey"
     t.index ["account_id", "id", "visibility", "updated_at"], name: "index_statuses_20180106", order: { id: :desc }
     t.index ["in_reply_to_account_id"], name: "index_statuses_on_in_reply_to_account_id"
     t.index ["in_reply_to_id"], name: "index_statuses_on_in_reply_to_id"