mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
updated
This commit is contained in:
@@ -29,7 +29,12 @@ class XList extends Action
|
||||
|
||||
protected function getDatabaseTypeQueryFilters(): array
|
||||
{
|
||||
return [Query::equal('type', [$this->getDatabaseType()])];
|
||||
return [
|
||||
Query::or([
|
||||
Query::equal('type', [DATABASE_TYPE_TABLESDB, DATABASE_TYPE_LEGACY]),
|
||||
Query::isNull('type'),
|
||||
]),
|
||||
];
|
||||
}
|
||||
|
||||
public function __construct()
|
||||
|
||||
Reference in New Issue
Block a user