From 8fb75441260cdbc855ef775549637702f11dc409 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula <42547589+terabytesoftw@users.noreply.github.com> Date: Mon, 8 May 2023 07:50:32 -0400 Subject: [PATCH] Update src/DbSchemaManager.php Co-authored-by: Sergei Predvoditelev --- src/DbSchemaManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DbSchemaManager.php b/src/DbSchemaManager.php index f604e7c..6fd89d7 100644 --- a/src/DbSchemaManager.php +++ b/src/DbSchemaManager.php @@ -214,7 +214,7 @@ private function createIndex( } /** - * Create schema for tables '{{%yii_source_message}}' and '{{%yii_message}}'. + * Create schema for tables in the database. * * @throws Exception * @throws InvalidArgumentException