diff --git a/db/schema.rb b/db/schema.rb index 02c7f3d90..6a6b0ed55 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -14,6 +14,17 @@ ActiveRecord::Schema[7.0].define(version: 2022_10_19_082625) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" + create_table "2022", id: false, force: :cascade do |t| + t.integer "ranges_rent_id" + t.integer "lettype" + t.text "la" + t.integer "beds" + t.decimal "soft_min" + t.decimal "soft_max" + t.decimal "hard_min" + t.decimal "hard_max" + end + create_table "data_protection_confirmations", force: :cascade do |t| t.bigint "organisation_id" t.bigint "data_protection_officer_id"