From 720dc4e93d83d738861c614745f514cc347ef1f9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 11 Mar 2020 12:29:52 +0100 Subject: Add optional column oc_comments.reference_id Signed-off-by: Joas Schilling --- core/Command/Db/AddMissingIndices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Command/Db/AddMissingIndices.php') diff --git a/core/Command/Db/AddMissingIndices.php b/core/Command/Db/AddMissingIndices.php index 0152df21737..c4006a2d7fa 100644 --- a/core/Command/Db/AddMissingIndices.php +++ b/core/Command/Db/AddMissingIndices.php @@ -43,7 +43,7 @@ use Symfony\Component\EventDispatcher\GenericEvent; * Class AddMissingIndices * * if you added any new indices to the database, this is the right place to add - * it your update routine for existing instances + * your update routine for existing instances * * @package OC\Core\Command\Db */ -- cgit v1.2.3