mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
Restore the sequencial order
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user