Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2020-04-23 20:51:09 +0300
committerJeff King <peff@peff.net>2020-04-23 20:51:09 +0300
commita59dbf8e3fec0c25b1de0a05c68c8062749ac02d (patch)
tree3f1c0b95b3ac61446df1f20fea036b5be8b4b0fc /db
parentecbf5a77c8883b6285c0a06bcc6f229daa12e466 (diff)
db/schema: drop related_items
This should have been part of 0529ef9 (drop "related items" code, 2018-02-08), but I didn't notice until actually updating the db schema.
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/db/schema.rb b/db/schema.rb
index fe70e9d7..01c8bd94 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -79,17 +79,6 @@ ActiveRecord::Schema.define(version: 20190131210305) do
t.datetime "release_date"
end
- create_table "related_items", force: :cascade do |t|
- t.string "name"
- t.string "content_type"
- t.string "content_url"
- t.string "related_type"
- t.string "related_id"
- t.integer "score"
- t.datetime "created_at"
- t.datetime "updated_at"
- end
-
create_table "sections", force: :cascade do |t|
t.string "title"
t.string "slug"