summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-09-19 12:34:06 +0200
committerJoas Schilling <coding@schilljs.com>2017-09-19 12:44:46 +0200
commit8768faacaa0ff842c5b77820b64782fcaf1fa830 (patch)
tree2619697703210e021741afeb548e3fe8353d393b /apps
parent66698b2d42403ae7ca44c9294ce6da2f382af894 (diff)
downloadnextcloud-server-8768faacaa0ff842c5b77820b64782fcaf1fa830.tar.gz
nextcloud-server-8768faacaa0ff842c5b77820b64782fcaf1fa830.zip
Fix migration naming
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/Migration/Version1004Date20170825134824.php (renamed from apps/dav/lib/Migration/Version1004001Date20170825134824.php)8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/dav/lib/Migration/Version1004001Date20170825134824.php b/apps/dav/lib/Migration/Version1004Date20170825134824.php
index a2a85d1e5b0..b99f51322c5 100644
--- a/apps/dav/lib/Migration/Version1004001Date20170825134824.php
+++ b/apps/dav/lib/Migration/Version1004Date20170825134824.php
@@ -26,7 +26,7 @@ use Doctrine\DBAL\Schema\Schema;
use OCP\Migration\SimpleMigrationStep;
use OCP\Migration\IOutput;
-class Version1004001Date20170825134824 extends SimpleMigrationStep {
+class Version1004Date20170825134824 extends SimpleMigrationStep {
/**
* @param IOutput $output
* @param \Closure $schemaClosure The `\Closure` returns a `Schema`
@@ -44,7 +44,7 @@ class Version1004001Date20170825134824 extends SimpleMigrationStep {
'autoincrement' => true,
'notnull' => true,
'length' => 11,
- 'unsgined' => true,
+ 'unsigned' => true,
]);
$table->addColumn('principaluri', 'string', [
'notnull' => false,
@@ -143,7 +143,7 @@ class Version1004001Date20170825134824 extends SimpleMigrationStep {
'autoincrement' => true,
'notnull' => true,
'length' => 11,
- 'unsgined' => true,
+ 'unsigned' => true,
]);
$table->addColumn('calendardata', 'blob', [
'notnull' => false,
@@ -256,7 +256,7 @@ class Version1004001Date20170825134824 extends SimpleMigrationStep {
'autoincrement' => true,
'notnull' => true,
'length' => 11,
- 'unsgiend' => true,
+ 'unsigned' => true,
]);
$table->addColumn('uri', 'string', [
'notnull' => false,