From f8ddb3d7be0c14ae362a1637baa9fee21042f3d5 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sat, 28 Sep 2013 01:27:23 +0400 Subject: [PATCH] Advanced application: added applying migrations to readme --- apps/advanced/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/advanced/README.md b/apps/advanced/README.md index cdc10eb..3903532 100644 --- a/apps/advanced/README.md +++ b/apps/advanced/README.md @@ -107,6 +107,7 @@ the installed application. You only need to do these once for all. or `init --env=Production`. 2. Create a new database. It is assumed that MySQL InnoDB is used. If not, adjust `console/migrations/m130524_201442_init.php`. 3. In `common/config/params.php` set your database details in `components.db` values. +4. Apply migrations with `yii migrate`. Now you should be able to access: