Sha256: 912711f1a1363dbcf2c7d2d04ac8ac9bc2ced96e9c49cb0b3540295f3d6789fc

Contents?: true

Size: 1.25 KB

Versions: 21

Compression:

Stored size: 1.25 KB

Contents

# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
#
# Note that this schema.rb definition is the authoritative source for your
# database schema. If you need to create the application database on another
# system, you should be using db:schema:load, not running all the migrations
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20170531004548) do
  # These are extensions that must be enabled in order to support this database
  enable_extension "plpgsql"
  enable_extension "uuid-ossp"

  create_table "orm_resources", id: :uuid, default: -> { "uuid_generate_v4()" }, force: :cascade do |t|
    t.jsonb "metadata", default: {}, null: false
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
    t.string "internal_resource"
    t.index ["metadata"], name: "index_orm_resources_on_metadata", using: :gin
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
valkyrie-3.5.0 db/schema.rb
valkyrie-3.4.0 db/schema.rb
valkyrie-3.3.0 db/schema.rb
valkyrie-3.1.5 db/schema.rb
valkyrie-3.1.4 db/schema.rb
valkyrie-3.1.3 db/schema.rb
valkyrie-3.1.2 db/schema.rb
valkyrie-3.1.1 db/schema.rb
valkyrie-3.1.0 db/schema.rb
valkyrie-3.0.3 db/schema.rb
valkyrie-3.0.2 db/schema.rb
valkyrie-3.0.1 db/schema.rb
valkyrie-3.0.0 db/schema.rb
valkyrie-3.0.0.pre.rc.1 db/schema.rb
valkyrie-3.0.0.pre.beta.3 db/schema.rb
valkyrie-3.0.0.pre.beta.2 db/schema.rb
valkyrie-3.0.0.pre.beta.1 db/schema.rb
valkyrie-2.2.0 db/schema.rb
valkyrie-2.1.2 db/schema.rb
valkyrie-2.1.1 db/schema.rb