Skip to content

Commit be4d49d

Browse files
committed
Revert
1 parent 409983b commit be4d49d

35 files changed

Lines changed: 577 additions & 2861 deletions

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ext-curl": "*",
2727
"ext-openssl": "*",
2828
"appwrite/appwrite": "15.*",
29-
"utopia-php/database": "3.*",
29+
"utopia-php/database": "4.*",
3030
"utopia-php/storage": "0.18.*",
3131
"utopia-php/dsn": "0.2.*",
3232
"utopia-php/console": "0.0.*"

composer.lock

Lines changed: 33 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Migration/Cache.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public function resolveResourceCacheKey(Resource $resource): string
4545
case Resource::TYPE_TABLE:
4646
case Resource::TYPE_COLLECTION:
4747
/** @var Table $resource */
48-
$keys[] = $resource->getDatabase()->getType();
4948
$keys[] = $resource->getDatabase()->getSequence();
5049
break;
5150

0 commit comments

Comments
 (0)