Skip to content

Commit

Permalink
Merge pull request #2400 from samvera/schema_fix
Browse files Browse the repository at this point in the history
work_authorizations code is not in hyku yet, this schema change is an error
  • Loading branch information
bkiahstroud authored Dec 13, 2024
2 parents b247dd6 + 2c71ce0 commit cf5a4fc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cf5a4fc

Please sign in to comment.