File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1313
1414namespace Pimcore \Bundle \GenericDataIndexBundle ;
1515
16- use Pimcore ;
17- use Doctrine \DBAL \Exception ;
1816use Doctrine \DBAL \Connection ;
19- use Doctrine \DBAL \Schema \Schema ;
17+ use Doctrine \DBAL \Exception ;
18+ use Doctrine \DBAL \Platforms \AbstractPlatform ;
2019use Doctrine \DBAL \Schema \Comparator ;
20+ use Doctrine \DBAL \Schema \Schema ;
2121use Doctrine \DBAL \Schema \SchemaException ;
22- use Doctrine \DBAL \Platforms \AbstractPlatform ;
23- use Symfony \Component \HttpKernel \Bundle \BundleInterface ;
22+ use Pimcore ;
2423use Pimcore \Bundle \GenericDataIndexBundle \Entity \IndexQueue ;
25- use Pimcore \Extension \Bundle \Installer \Exception \InstallationException ;
26- use Pimcore \Bundle \GenericDataIndexBundle \Migrations \Version20240325081139 ;
2724use Pimcore \Bundle \GenericDataIndexBundle \Migrations \Version20251009110653 ;
25+ use Pimcore \Extension \Bundle \Installer \Exception \InstallationException ;
26+ use Symfony \Component \HttpKernel \Bundle \BundleInterface ;
2827
2928/**
3029 * @internal
You can’t perform that action at this time.
0 commit comments