mirror of
https://github.com/strapi/strapi.git
synced 2025-10-30 01:17:28 +00:00
* chore: add document-id migration * feat: migration file * chore: change migration name * feat: document draft creation * fix: use knex to query * feat: discard drafts * fix: use database identifiers utils * fix: leave rename identifiers migration name as it was before * chore: revert database config * feat: simplify migration document ids query * update with subquery * chore: comment todo on create draft migration * chore: remove draft creation migration * feat: register internal migrations dynamically (#20002) * feat: register internal migrations dynamically * chore: load umzug lazily * chore: lazy load umzugProvider migrations * feat: register internal migrations dynamically (#20006) * feat: register internal migrations dynamically * chore: load umzug lazily * chore: lazy load umzugProvider migrations * feat: discard draft migration from strapi core * fix: unit test * fix: make discardDraft inline * fix: prettier * fix: remove unused code * fix: ignore tables that do not exist * fix: build * chore: remove comment --------- Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
@strapi/database
⚠️ This package is only meant to be used inside Strapi