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
path: root/lib
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-01-23 12:08:21 +0300
committerdartcafe <github@dartcafe.de>2022-01-23 12:08:21 +0300
commit93c0a2db70272a1ff316b4b2d0d189a286638c6b (patch)
treea992d4efe1b5c9aeda644b3d78258fbfecdabc84 /lib
parentb4d8ad7a31db9341d6b76efd7eb491ac90c07099 (diff)
CHANGELOG.md
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/Command/Db/Rebuild.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Command/Db/Rebuild.php b/lib/Command/Db/Rebuild.php
index f635bc62..8facaafc 100644
--- a/lib/Command/Db/Rebuild.php
+++ b/lib/Command/Db/Rebuild.php
@@ -120,9 +120,8 @@ class Rebuild extends Command {
$table->addUniqueIndex($values['columns'], $values['name']);
$output->writeln('<info> - Added unique index ' . $values['name'] . ' to ' . $tableName . '</info>');
- // TODO: Commented out atm to get psalm quiet, because we just have unique indices.
+ // TODO: Commented out atm to get psalm quiet, because we just have unique indices.
//
-
// if ($values['unique']) {
// $table->addUniqueIndex($values['columns'], $values['name']);
// $output->writeln('<info> - Added unique index ' . $values['name'] . ' to ' . $tableName . '</info>');