.koppie/db/schema.rb in hyrax-5.0.0.rc1 vs .koppie/db/schema.rb in hyrax-5.0.0.rc2

- old
+ new

@@ -8,11 +8,11 @@ # migrations from scratch. Old migrations may fail to apply correctly if those # migrations use external dependencies or application code. # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2021_12_07_172259) do +ActiveRecord::Schema.define(version: 2023_08_03_165135) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" enable_extension "uuid-ossp" @@ -136,9 +136,20 @@ t.boolean "assigns_visibility", default: false, null: false t.boolean "share_applies_to_new_works", default: true, null: false t.boolean "brandable", default: true, null: false t.string "badge_color", default: "#663333" t.index ["machine_id"], name: "index_hyrax_collection_types_on_machine_id", unique: true + end + + create_table "hyrax_counter_metrics", force: :cascade do |t| + t.string "worktype" + t.string "resource_type" + t.string "work_id" + t.date "date" + t.integer "total_item_investigations" + t.integer "total_item_requests" + t.datetime "created_at", precision: 6, null: false + t.datetime "updated_at", precision: 6, null: false end create_table "hyrax_default_administrative_set", force: :cascade do |t| t.string "default_admin_set_id", null: false t.datetime "created_at", null: false