about summary refs log tree commit diff
path: root/db/schema.rb
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-05-05 23:10:56 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:22 -0500
commit7ca4a2089cc0e2155f6a81fce9f713f669bf16f4 (patch)
tree959cc2cd142dc87f4cf112590013c6e135a45afa /db/schema.rb
parentecf21d3fc667124f672dc9aef8b96782e442fd2f (diff)
Update schema.
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 30121e4b4..747d3f202 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -152,6 +152,7 @@ ActiveRecord::Schema.define(version: 2019_05_19_130537) do
     t.boolean "hidden", default: false, null: false
     t.jsonb "vars", default: {}, null: false
     t.boolean "replies", default: true, null: false
+    t.boolean "unlisted", default: false, null: false
     t.index "(((setweight(to_tsvector('simple'::regconfig, (display_name)::text), 'A'::\"char\") || setweight(to_tsvector('simple'::regconfig, (username)::text), 'B'::\"char\")) || setweight(to_tsvector('simple'::regconfig, (COALESCE(domain, ''::character varying))::text), 'C'::\"char\")))", name: "search_index", using: :gin
     t.index "lower((username)::text), lower((domain)::text)", name: "index_accounts_on_username_and_domain_lower", unique: true
     t.index ["moved_to_account_id"], name: "index_accounts_on_moved_to_account_id"
@@ -692,6 +693,8 @@ ActiveRecord::Schema.define(version: 2019_05_19_130537) do
     t.string "name", default: "", null: false
     t.datetime "created_at", null: false
     t.datetime "updated_at", null: false
+    t.boolean "local", default: false, null: false
+    t.boolean "private", default: false, null: false
     t.index "lower((name)::text) text_pattern_ops", name: "hashtag_search_index"
     t.index ["name"], name: "index_tags_on_name", unique: true
   end