From 2c71ce040417b54dfd7fad2c7f94912339cc49d7 Mon Sep 17 00:00:00 2001 From: Rob Kaufman Date: Thu, 12 Dec 2024 14:45:56 -0800 Subject: [PATCH] work_authorizations code is not in hyku yet, this schema change is an error --- db/schema.rb | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index e19d3bf83..f8b315bbb 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -950,20 +950,6 @@ t.datetime "updated_at" end - create_table "work_authorizations", force: :cascade do |t| - t.string "work_title" - t.bigint "user_id" - t.datetime "expires_at" - t.string "work_pid", null: false - t.string "scope" - t.string "error" - t.datetime "created_at", precision: 6, null: false - t.datetime "updated_at", precision: 6, null: false - t.index ["expires_at"], name: "index_work_authorizations_on_expires_at" - t.index ["user_id"], name: "index_work_authorizations_on_user_id" - t.index ["work_pid"], name: "index_work_authorizations_on_work_pid" - end - create_table "work_view_stats", id: :serial, force: :cascade do |t| t.datetime "date" t.integer "work_views"