Restore the sequencial order

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/6563/head
Joas Schilling 8 years ago
parent 740d820194
commit c65e591e88
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
  1. 2
      apps/dav/appinfo/info.xml
  2. 2
      apps/dav/lib/Migration/Version1004Date20170926103422.php
  3. 2
      apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php
  4. 2
      core/Migrations/Version13000Date20170926101637.php

@ -5,7 +5,7 @@
<description>WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.org</author>
<version>1.4.3</version>
<version>1.4.4</version>
<default_enable/>
<types>
<filesystem/>

@ -9,7 +9,7 @@ use OCP\Migration\IOutput;
/**
* Auto-generated migration step: Please modify to your needs!
*/
class Version1004Date20170919103422 extends BigIntMigration {
class Version1004Date20170926103422 extends BigIntMigration {
/**
* @return array Returns an array with the following structure

@ -9,7 +9,7 @@ use OCP\Migration\IOutput;
/**
* Auto-generated migration step: Please modify to your needs!
*/
class Version1002Date20170919101419 extends BigIntMigration {
class Version1002Date20170926101419 extends BigIntMigration {
/**
* @return array Returns an array with the following structure

@ -9,7 +9,7 @@ use OCP\Migration\IOutput;
/**
* Auto-generated migration step: Please modify to your needs!
*/
class Version13000Date20170919101637 extends BigIntMigration {
class Version13000Date20170926101637 extends BigIntMigration {
/**
* @return array Returns an array with the following structure
Loading…
Cancel
Save