From ea7ee2498d97baf4798dcec51bc5e6738b23f51d Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 10 Jul 2023 22:54:46 +0200 Subject: [PATCH] Remove outdated information from schema.rb --- db/schema.rb | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index 2f935968..a7acc27f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -572,25 +572,6 @@ ActiveRecord::Schema[7.0].define(version: 2023_03_20_220012) do t.index ["user_type", "user_id"], name: "index_user_proxy_exercise_exercises_on_user" end - create_table "wk2020_until_rfc_reply", id: false, force: :cascade do |t| - t.integer "user_id" - t.integer "exercise_id" - t.interval "working_time_until_rfc_reply" - end - - create_table "wk2020_with_wk_until_rfc", id: false, force: :cascade do |t| - t.string "external_user_id", limit: 255 - t.integer "user_id" - t.integer "exercise_id" - t.float "max_score" - t.float "max_reachable_points" - t.interval "working_time" - t.interval "working_time_until_rfc" - t.interval "working_time_until_rfc_reply" - t.time "percentile75" - t.time "percentile90" - end - add_foreign_key "authentication_tokens", "study_groups" add_foreign_key "community_solution_contributions", "community_solution_locks" add_foreign_key "community_solution_contributions", "community_solutions" @@ -604,7 +585,6 @@ ActiveRecord::Schema[7.0].define(version: 2023_03_20_220012) do add_foreign_key "structured_error_attributes", "error_template_attributes" add_foreign_key "structured_error_attributes", "structured_errors" add_foreign_key "structured_errors", "error_templates" - add_foreign_key "structured_errors", "error_templates", name: "structured_errors_error_templates_id_fk" add_foreign_key "structured_errors", "submissions" add_foreign_key "submissions", "study_groups" add_foreign_key "subscriptions", "study_groups"