From 9954bb3b51c6196d23563c0301e46f53ca2c1390 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 10 May 2015 01:17:26 +0200 Subject: [PATCH] be more clear about migrations --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index ddd70a5..eb2f24b 100644 --- a/tests/README.md +++ b/tests/README.md @@ -27,7 +27,7 @@ After creating the basic application, follow these steps to prepare for the test composer require --dev yiisoft/yii2-faker:* ``` -3. Create `yii2_basic_tests` database and update it by applying migrations: +3. Create `yii2_basic_tests` database and update it by applying migrations (you may skip this step if you do not have created any migrations yet): ``` codeception/bin/yii migrate