mirror of
https://github.com/strapi/strapi.git
synced 2025-11-30 09:01:16 +00:00
* fix alter-column db migration Signed-off-by: Pierre Noël <petersg83@gmail.com> * refacto of data migration + fix sqlite dp migration Signed-off-by: Pierre Noël <petersg83@gmail.com> * refacto create-migration-runner Signed-off-by: Pierre Noël <petersg83@gmail.com> * fix migration Signed-off-by: Pierre Noël <petersg83@gmail.com> * refacto Signed-off-by: Pierre Noël <petersg83@gmail.com>
Strapi database layer
This package is strapi's database handling layer. It is responsible for orchestrating database connectors and implementing the logic of strapi's data structures.
This package is not meant to be used as a standalone module.