diff options
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/db/schema.rb b/db/schema.rb index cab058eb7..b6dad4ca7 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@  #  # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20171110130416) do +ActiveRecord::Schema.define(version: 20171113101005) do    # These are extensions that must be enabled in order to support this database    enable_extension "plpgsql" @@ -174,7 +174,7 @@ ActiveRecord::Schema.define(version: 20171110130416) do    create_table "compliance_check_resources", id: :bigserial, force: :cascade do |t|      t.string   "status"      t.string   "name" -    t.string   "type" +    t.string   "resource_type"      t.string   "reference"      t.hstore   "metrics"      t.datetime "created_at",                        null: false | 
