sinopsysHK 197cc05e90
fix: prevent foreign key support during migration batch under sqlite (#9775)
* fix: prevent foreign keys support during migration batch under sqlite

Schema changes in migrations batch cannot be done on table which has referring
 foreign keys with ON DELETE CASCADE without deleting its content.

Closes: #9770

* Update MigrationExecutor.ts

* Update command.ts

---------

Co-authored-by: Umed Khudoiberdiev <pleerock.me@gmail.com>
2023-04-06 13:12:10 +05:00
..
2023-04-06 10:57:00 +05:00
2022-03-17 21:01:45 +05:00