Skip to content

Commit

Permalink
resolve lingering cms_entity_ids in access_limits table hanging over …
Browse files Browse the repository at this point in the history
…from previous branch
  • Loading branch information
aldavidson committed Jan 15, 2024
1 parent 94cddd7 commit 10a34e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

ActiveRecord::Schema[7.1].define(version: 2023_11_19_172139) do
# These are extensions that must be enabled in order to support this database
enable_extension "btree_gin"
enable_extension "plpgsql"

create_table "access_limits", id: :serial, force: :cascade do |t|
Expand Down Expand Up @@ -85,9 +84,7 @@
t.jsonb "details", default: {}
t.jsonb "routes", default: []
t.jsonb "redirects", default: []
t.text "cms_entity_ids", default: [], null: false, array: true
t.index ["base_path", "content_store"], name: "index_editions_on_base_path_and_content_store", unique: true
t.index ["cms_entity_ids", "updated_at", "id"], name: "cms_entity_ids_for_editions_idx", where: "((state)::text = ANY ((ARRAY['draft'::character varying, 'published'::character varying, 'unpublished'::character varying])::text[]))", using: :gin
t.index ["document_id", "content_store"], name: "index_editions_on_document_id_and_content_store", unique: true
t.index ["document_id", "state"], name: "index_editions_on_document_id_and_state"
t.index ["document_id", "user_facing_version"], name: "index_editions_on_document_id_and_user_facing_version", unique: true
Expand Down

0 comments on commit 10a34e9

Please sign in to comment.