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:
authorUtku Gultopu <ugultopu@gmail.com>2021-01-11 16:30:42 +0300
committerUtku Gultopu <ugultopu@gmail.com>2021-01-12 20:40:33 +0300
commite34b8062415ed373af5b02fe231dc204c6756818 (patch)
tree163ebd821602386598cbbec83e28c47872cd365e /db
parentbe466eb2d4398306dd285512347e1ec133f84d0e (diff)
Add missing columns to XREFS table
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 733c7171..ae1b6787 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -100,6 +100,8 @@ ActiveRecord::Schema.define(version: 2020_12_13_045819) do
end
create_table "xrefs", force: :cascade do |t|
+ t.datetime "created_at"
+ t.datetime "updated_at"
t.integer "section_id"
t.integer "book_id"
t.string "name"