Skip to content

Commit 0a3abfa

Browse files
linting
1 parent b77e8c2 commit 0a3abfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Migration/Destinations/Appwrite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ protected function createEntity(Table $resource): bool
443443
*/
444444
protected function createField(Column $resource): bool
445445
{
446-
if ($resource->getTable()->getDatabase()->getDatabase() === Resource::TYPE_DOCUMENTSDB_DATABASE) {
446+
if ($resource->getTable()->getDatabase()->getName() === Resource::TYPE_DOCUMENTSDB_DATABASE) {
447447
$resource->setStatus(Resource::STATUS_SKIPPED, 'Columns not supported for DocumentsDB');
448448
return false;
449449
}

0 commit comments

Comments
 (0)