We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77e8c2 commit 0a3abfaCopy full SHA for 0a3abfa
1 file changed
src/Migration/Destinations/Appwrite.php
@@ -443,7 +443,7 @@ protected function createEntity(Table $resource): bool
443
*/
444
protected function createField(Column $resource): bool
445
{
446
- if ($resource->getTable()->getDatabase()->getDatabase() === Resource::TYPE_DOCUMENTSDB_DATABASE) {
+ if ($resource->getTable()->getDatabase()->getName() === Resource::TYPE_DOCUMENTSDB_DATABASE) {
447
$resource->setStatus(Resource::STATUS_SKIPPED, 'Columns not supported for DocumentsDB');
448
return false;
449
}
0 commit comments