diff options
author | Joas Schilling <coding@schilljs.com> | 2018-01-17 11:35:20 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-01-17 11:37:36 +0100 |
commit | 4a5282ba2191059a356540165ac43dcb972eda8d (patch) | |
tree | bcf8e51b550f70f45bee4f652288ad00f57847f1 /core/Migrations/Version13000Date20170926101637.php | |
parent | 6e95bd7a518f587836124e7cb3a3762fb4a62e8c (diff) | |
download | nextcloud-server-4a5282ba2191059a356540165ac43dcb972eda8d.tar.gz nextcloud-server-4a5282ba2191059a356540165ac43dcb972eda8d.zip |
Fix the type hints of migrations and correctly inject the wrapped schema into migrations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/Migrations/Version13000Date20170926101637.php')
-rw-r--r-- | core/Migrations/Version13000Date20170926101637.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/Migrations/Version13000Date20170926101637.php b/core/Migrations/Version13000Date20170926101637.php index f51828e7a33..088de988020 100644 --- a/core/Migrations/Version13000Date20170926101637.php +++ b/core/Migrations/Version13000Date20170926101637.php @@ -23,10 +23,7 @@ */ namespace OC\Core\Migrations; -use Doctrine\DBAL\Schema\Schema; use OCP\Migration\BigIntMigration; -use OCP\Migration\SimpleMigrationStep; -use OCP\Migration\IOutput; /** * Auto-generated migration step: Please modify to your needs! |