Skip to content

Commit 2f67bb9

Browse files
authored
IBX-9941: Renamed contentclass_id column to content_type_id (#72)
1 parent 408fd89 commit 2f67bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Command/MigrateLegacyMatrixCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ private function getContentClassAttributes(): array
247247
'class.identifier as contenttype_identifier',
248248
])
249249
->from(ContentTypeGateway::FIELD_DEFINITION_TABLE, 'attr')
250-
->join('attr', ContentTypeGateway::CONTENT_TYPE_TABLE, 'class', 'class.id = attr.contentclass_id')
250+
->join('attr', ContentTypeGateway::CONTENT_TYPE_TABLE, 'class', 'class.id = attr.content_type_id')
251251
->where('attr.data_type_string = :identifier')
252252
->setParameter('identifier', self::EZMATRIX_IDENTIFIER);
253253

0 commit comments

Comments
 (0)