Browse Source

Restore the sequencial order

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v13.0.0beta1
Joas Schilling 6 years ago
parent
commit
c65e591e88
No account linked to committer's email address

+ 1
- 1
apps/dav/appinfo/info.xml View File

@@ -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/>

apps/dav/lib/Migration/Version1004Date20170919103422.php → apps/dav/lib/Migration/Version1004Date20170926103422.php View File

@@ -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

apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919101419.php → apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php View File

@@ -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

core/Migrations/Version13000Date20170919101637.php → core/Migrations/Version13000Date20170926101637.php View File

@@ -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