Skip to content

Commit

Permalink
work_authorizations code is not in hyku yet, this schema change is an…
Browse files Browse the repository at this point in the history
… error
  • Loading branch information
orangewolf committed Dec 12, 2024
1 parent b247dd6 commit 2c71ce0
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 2c71ce0

Please sign in to comment.