diff options
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 74bb4e6..eae72c9 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2021_05_26_225100) do +ActiveRecord::Schema.define(version: 2021_05_27_002712) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -46,6 +46,7 @@ ActiveRecord::Schema.define(version: 2021_05_26_225100) do t.integer "level" t.datetime "created_at", precision: 6, null: false t.datetime "updated_at", precision: 6, null: false + t.datetime "last_used_at" t.index ["hearth_amenity_id"], name: "index_built_hearth_amenities_on_hearth_amenity_id" t.index ["hearth_id"], name: "index_built_hearth_amenities_on_hearth_id" end |