Skip to content

Commit

Permalink
Merge pull request #1166 from alphagov/clearup-legacy-db-tables
Browse files Browse the repository at this point in the history
remove some long-deprecated cruft from the schema
  • Loading branch information
aldavidson authored Oct 16, 2023
2 parents d1e4c97 + c7c83b3 commit d7e1e79
Showing 1 changed file with 0 additions and 80 deletions.
80 changes: 0 additions & 80 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,86 +62,6 @@
t.index ["updated_at"], name: "index_content_items_on_updated_at"
end

create_table "offline_import_content_items_8c34c771", id: false, force: :cascade do |t|
t.uuid "id"
t.string "base_path"
t.string "content_id"
t.string "title"
t.jsonb "description"
t.string "document_type"
t.string "content_purpose_document_supertype"
t.string "content_purpose_subgroup"
t.string "content_purpose_supergroup"
t.string "email_document_supertype"
t.string "government_document_supertype"
t.string "navigation_document_supertype"
t.string "search_user_need_document_supertype"
t.string "user_journey_document_supertype"
t.string "schema_name"
t.string "locale"
t.datetime "first_published_at"
t.datetime "public_updated_at"
t.datetime "publishing_scheduled_at"
t.integer "scheduled_publishing_delay_seconds"
t.jsonb "details"
t.string "publishing_app"
t.string "rendering_app"
t.jsonb "routes"
t.jsonb "redirects"
t.jsonb "expanded_links"
t.jsonb "access_limited"
t.string "auth_bypass_ids", array: true
t.string "phase"
t.string "analytics_identifier"
t.integer "payload_version"
t.jsonb "withdrawn_notice"
t.string "publishing_request_id"
t.datetime "created_at"
t.datetime "updated_at"
t.string "_id"
t.index ["id"], name: "offline_import_content_items_8c34c771_id_idx", unique: true
end

create_table "offline_import_content_items_df23dab6", id: false, force: :cascade do |t|
t.uuid "id"
t.string "base_path"
t.string "content_id"
t.string "title"
t.jsonb "description"
t.string "document_type"
t.string "content_purpose_document_supertype"
t.string "content_purpose_subgroup"
t.string "content_purpose_supergroup"
t.string "email_document_supertype"
t.string "government_document_supertype"
t.string "navigation_document_supertype"
t.string "search_user_need_document_supertype"
t.string "user_journey_document_supertype"
t.string "schema_name"
t.string "locale"
t.datetime "first_published_at"
t.datetime "public_updated_at"
t.datetime "publishing_scheduled_at"
t.integer "scheduled_publishing_delay_seconds"
t.jsonb "details"
t.string "publishing_app"
t.string "rendering_app"
t.jsonb "routes"
t.jsonb "redirects"
t.jsonb "expanded_links"
t.jsonb "access_limited"
t.string "auth_bypass_ids", array: true
t.string "phase"
t.string "analytics_identifier"
t.integer "payload_version"
t.jsonb "withdrawn_notice"
t.string "publishing_request_id"
t.datetime "created_at"
t.datetime "updated_at"
t.string "_id"
t.index ["id"], name: "offline_import_content_items_df23dab6_id_idx", unique: true
end

create_table "publish_intents", id: :uuid, default: -> { "gen_random_uuid()" }, force: :cascade do |t|
t.string "base_path"
t.datetime "publish_time"
Expand Down

0 comments on commit d7e1e79

Please sign in to comment.