Skip to content

Commit c2705a0

Browse files
authored
Merge pull request #12559 from greg0ire/3.7.x
Merge 3.6.x up into 3.7.x
2 parents 62ab9bd + 95b8fad commit c2705a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Tools/SchemaTool.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ private function getIndexColumns(ClassMetadata $class, array $indexData): array
192192
*/
193193
public function getSchemaFromMetadata(array $classes): Schema
194194
{
195+
Deprecation::ignoreDeprecations('https://github.com/doctrine/dbal/pull/7373');
196+
Deprecation::ignoreDeprecations('https://github.com/doctrine/dbal/pull/7381');
195197
Deprecation::ignoreDeprecations('https://github.com/doctrine/dbal/pull/7389');
196198
// Reminder for processed classes, used for hierarchies
197199
$processedClasses = [];

0 commit comments

Comments
 (0)