diff --git a/db/schema.rb b/db/schema.rb index 5453297d..3294bdaf 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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"