about summary refs log tree commit diff
path: root/db/schema.rb
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-04-17 00:15:10 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:22 -0500
commit3bfa72cbce8521676f931676089169b9e105daa4 (patch)
tree2945bb90b18a15490480cc5baa7401f216e1c136 /db/schema.rb
parentcdacbb3c4c80c32b5845d3f1492c207ac3481375 (diff)
Dedicated `network` DB column for marking whether a roar is a part of the local network; rewrite posts from `FORCE_*` domains at create time instead of dynamically.
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 b01b2fcf5..8ef96aac1 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -642,6 +642,7 @@ ActiveRecord::Schema.define(version: 2019_05_19_130537) do
     t.tsvector "tsv"
     t.boolean "curated"
     t.string "sharekey"
+    t.boolean "network"
     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"