{"version":3,"file":"5.0.0-06-add-document-id-indexes.mjs","sources":["../../../src/migrations/internal-migrations/5.0.0-06-add-document-id-indexes.ts"],"sourcesContent":["import type { Migration } from '../common';\n\n/**\n * Previously created secondary indexes on `document_id` (and composites) via raw DDL.\n * Those indexes are now owned by schema sync from model metadata (see transform-content-types-to-models).\n * Keep this migration as a stable no-op so Umzug / `strapi_migrations_internal` stay consistent.\n */\n\nexport const addDocumentIdIndexes: Migration = {\n name: '5.0.0-06-add-document-id-indexes',\n async up() {\n // No-op: the document_id indexes are now created by schema sync (see transform-content-types-to-models).\n },\n async down() {\n throw new Error('not implemented');\n },\n};\n"],"names":["addDocumentIdIndexes","name","up","down","Error"],"mappings":"AAEA;;;;UAMaA,oBAAAA,GAAkC;IAC7CC,IAAAA,EAAM,kCAAA;IACN,MAAMC,EAAAA,CAAAA,GAAAA;;AAEN,IAAA,CAAA;IACA,MAAMC,IAAAA,CAAAA,GAAAA;AACJ,QAAA,MAAM,IAAIC,KAAAA,CAAM,iBAAA,CAAA;AAClB,IAAA;AACF;;;;"}