Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-12-27 17:46:57 +0300
committerdartcafe <github@dartcafe.de>2019-12-27 17:46:57 +0300
commit35ce335ab700d64c711bb7e3066076a82643f4da (patch)
treec21c6682d1d29c1cfc8dd10b0c54aa352f321129 /lib/Migration
parent7f9da97e81260362f8e4e729c6cdd45477a06047 (diff)
renamed migration to avoid conflicts
Diffstat (limited to 'lib/Migration')
-rw-r--r--lib/Migration/Version0010Date20191227063812.php (renamed from lib/Migration/Version0010Date20190801063812.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Migration/Version0010Date20190801063812.php b/lib/Migration/Version0010Date20191227063812.php
index adbe988f..cd55c737 100644
--- a/lib/Migration/Version0010Date20190801063812.php
+++ b/lib/Migration/Version0010Date20191227063812.php
@@ -38,7 +38,7 @@ use OCP\Security\ISecureRandom;
* Installation class for the polls app.
* Initial db creation
*/
-class Version0010Date20190801063812 extends SimpleMigrationStep {
+class Version0010Date20191227063812 extends SimpleMigrationStep {
/** @var IDBConnection */
protected $connection;