mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 19:03:20 -04:00
Restore the sequencial order
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
740d820194
commit
c65e591e88
4 changed files with 4 additions and 4 deletions
|
|
@ -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…
Reference in a new issue