Revert "fix review request constraint"

This commit is contained in:
2023-05-03 21:28:09 -03:00
committed by GitHub
parent 2668390380
commit 6d6819fde7
6 changed files with 7 additions and 18 deletions

4
db/schema.rb generated
View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.0].define(version: 2023_05_04_002009) do
ActiveRecord::Schema[7.0].define(version: 2022_08_05_233401) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -110,7 +110,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_05_04_002009) do
end
create_table "review_requests", force: :cascade do |t|
t.string "answered", null: false
t.string "answered"
t.bigint "question_id", null: false
t.bigint "user_id", null: false
t.datetime "created_at", null: false