Fix schema.rb

This commit is contained in:
Andreas Nedbal 2024-01-27 13:20:04 +01:00 committed by Andreas Nedbal
parent 658cb0442b
commit 245f862bb2
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@
#
# 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
# These are extensions that must be enabled in order to support this database
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"
end
create_table "inboxes", id: :serial, force: :cascade do |t|
create_table "inbox_entries", id: :serial, force: :cascade do |t|
t.bigint "user_id"
t.bigint "question_id"