From 9ab7dfd99e7015513bfe1a092f257c1c7a7afb1b Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 18 May 2021 18:35:49 -0400 Subject: Display hearth foundation requirements --- db/migrate/20210518214713_create_hearth_amenities.rb | 2 +- db/schema.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/migrate/20210518214713_create_hearth_amenities.rb b/db/migrate/20210518214713_create_hearth_amenities.rb index dbbea6d..cf95352 100644 --- a/db/migrate/20210518214713_create_hearth_amenities.rb +++ b/db/migrate/20210518214713_create_hearth_amenities.rb @@ -4,7 +4,7 @@ class CreateHearthAmenities < ActiveRecord::Migration[6.1] t.string :gid t.string :name t.text :description - t.jsonb :build_data + t.jsonb :whatnot t.timestamps end diff --git a/db/schema.rb b/db/schema.rb index 7cae7d0..0fd6922 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -73,7 +73,7 @@ ActiveRecord::Schema.define(version: 2021_05_18_214817) do t.string "gid" t.string "name" t.text "description" - t.jsonb "build_data" + t.jsonb "whatnot" t.datetime "created_at", precision: 6, null: false t.datetime "updated_at", precision: 6, null: false t.index ["gid"], name: "index_hearth_amenities_on_gid" -- cgit v1.2.3