Skip to content

Commit bc7604f

Browse files
authored
Merge pull request #1572 from ugultopu/add-missing-columns-to-schema
Add missing columns to schema
2 parents 26b1faa + b3a9e1e commit bc7604f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

db/schema.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@
100100
end
101101

102102
create_table "xrefs", force: :cascade do |t|
103+
t.datetime "created_at"
104+
t.datetime "updated_at"
103105
t.integer "section_id"
104106
t.integer "book_id"
105107
t.string "name"

0 commit comments

Comments
 (0)