mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 08:59:08 +01:00
Fix schema.rb
This commit is contained in:
parent
658cb0442b
commit
245f862bb2
1 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@
|
||||||
#
|
#
|
||||||
# It's strongly recommended that you check this file into your version control system.
|
# It's strongly recommended that you check this file into your version control system.
|
||||||
|
|
||||||
ActiveRecord::Schema[7.0].define(version: 2024_01_23_182422) do
|
|
||||||
ActiveRecord::Schema[7.0].define(version: 2024_01_27_112216) do
|
ActiveRecord::Schema[7.0].define(version: 2024_01_27_112216) do
|
||||||
# These are extensions that must be enabled in order to support this database
|
# These are extensions that must be enabled in order to support this database
|
||||||
enable_extension "plpgsql"
|
enable_extension "plpgsql"
|
||||||
|
@ -67,7 +66,6 @@ ActiveRecord::Schema[7.0].define(version: 2024_01_27_112216) do
|
||||||
t.index ["user_id", "created_at"], name: "index_comments_on_user_id_and_created_at"
|
t.index ["user_id", "created_at"], name: "index_comments_on_user_id_and_created_at"
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "inboxes", id: :serial, force: :cascade do |t|
|
|
||||||
create_table "inbox_entries", id: :serial, force: :cascade do |t|
|
create_table "inbox_entries", id: :serial, force: :cascade do |t|
|
||||||
t.bigint "user_id"
|
t.bigint "user_id"
|
||||||
t.bigint "question_id"
|
t.bigint "question_id"
|
||||||
|
|
Loading…
Reference in a new issue