mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 00:06:04 +01:00
Update schema.rb
This commit is contained in:
parent
5163fcb119
commit
acd7170789
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 2022_01_05_171216) do
|
||||
ActiveRecord::Schema.define(version: 2022_04_15_193829) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
@ -66,6 +66,7 @@ ActiveRecord::Schema.define(version: 2022_01_05_171216) do
|
|||
t.boolean "new"
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.index ["question_id"], name: "index_inboxes_on_question_id"
|
||||
t.index ["user_id"], name: "index_inboxes_on_user_id"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue