diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2021-01-12 15:24:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 15:24:15 +0100 |
commit | 3447ea4955fa4aae6d5f150c3c15923cba0d575f (patch) | |
tree | 5950fd49a73b53ffb13eec2dbbc5998bae27363a /apps/files_external | |
parent | e44f275cfedaf1b7934a3ff0d6b8f575a28d9ca6 (diff) | |
parent | c1d4f8161bf46dd6d4a9092c6c73934225c8550b (diff) | |
download | nextcloud-server-3447ea4955fa4aae6d5f150c3c15923cba0d575f.tar.gz nextcloud-server-3447ea4955fa4aae6d5f150c3c15923cba0d575f.zip |
Merge pull request #25089 from nextcloud/enhancement/ocp-db-types
Add our own db column types via the public API
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/lib/Migration/Version1011Date20200630192246.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Migration/Version1011Date20200630192246.php b/apps/files_external/lib/Migration/Version1011Date20200630192246.php index 0f0ce7c8ce7..73e681ce2d1 100644 --- a/apps/files_external/lib/Migration/Version1011Date20200630192246.php +++ b/apps/files_external/lib/Migration/Version1011Date20200630192246.php @@ -28,7 +28,7 @@ declare(strict_types=1); namespace OCA\Files_External\Migration; use Closure; -use Doctrine\DBAL\Types\Types; +use OCP\DB\Types; use OCP\DB\ISchemaWrapper; use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; |