From d50b63f1ab927f2cfcca393d038c9d06b9ac8a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 3 Nov 2020 23:13:42 +0100 Subject: [PATCH] Proper index for type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/Migration/Version1000Date20200308073933.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Migration/Version1000Date20200308073933.php b/lib/Migration/Version1000Date20200308073933.php index 3fcab3dfe..ade94fd77 100644 --- a/lib/Migration/Version1000Date20200308073933.php +++ b/lib/Migration/Version1000Date20200308073933.php @@ -39,7 +39,7 @@ class Version1000Date20200308073933 extends SimpleMigrationStep { 'notnull' => true, 'default' => 0 ]); - $table->addIndex(['participant'], 'deck_assigned_users_idx_t'); + $table->addIndex(['type'], 'deck_assigned_users_idx_t'); return $schema; }