diff --git a/app/config/collections.php b/app/config/collections.php index 0214b608e9..6fc7ec1e37 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -2314,7 +2314,7 @@ $collections = [ '$id' => ID::custom('entrypoint'), 'type' => Database::VAR_STRING, 'format' => '', - 'size' => 16384, + 'size' => 2048, 'signed' => true, 'required' => false, 'default' => null, @@ -2324,7 +2324,7 @@ $collections = [ '$id' => ID::custom('path'), 'type' => Database::VAR_STRING, 'format' => '', - 'size' => 16384, + 'size' => 2048, 'signed' => true, 'required' => false, 'default' => null, @@ -2896,7 +2896,7 @@ $collections = [ '$id' => 'compression', 'type' => Database::VAR_STRING, 'signed' => true, - 'size' => 128, + 'size' => 10, 'format' => '', 'filters' => [], 'required' => true, diff --git a/docker-compose.yml b/docker-compose.yml index 17754b6fe1..ea9241a9d3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -84,7 +84,6 @@ services: - ./public:/usr/src/code/public - ./src:/usr/src/code/src - ./dev:/usr/local/dev - - ./vendor/utopia-php/database:/usr/src/code/vendor/utopia-php/database depends_on: - mariadb - redis