Restore the sequencial order

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-09-26 16:13:04 +02:00
parent 740d820194
commit c65e591e88
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -9,7 +9,7 @@ use OCP\Migration\IOutput;
/** /**
* Auto-generated migration step: Please modify to your needs! * 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 * @return array Returns an array with the following structure

View File

@ -9,7 +9,7 @@ use OCP\Migration\IOutput;
/** /**
* Auto-generated migration step: Please modify to your needs! * 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 * @return array Returns an array with the following structure

View File

@ -9,7 +9,7 @@ use OCP\Migration\IOutput;
/** /**
* Auto-generated migration step: Please modify to your needs! * 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 * @return array Returns an array with the following structure