From 249243a7b0580ce39a3fbe6f7d9c0dd97b983e11 Mon Sep 17 00:00:00 2001 From: Tobias Munk Date: Tue, 17 Dec 2013 19:14:38 +0100 Subject: [PATCH] updated database, based on @cebe's comment https://github.com/yiisoft/yii2/pull/1485#discussion_r8410809 --- docs/guide/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/extensions.md b/docs/guide/extensions.md index 65546b1..4f178ef 100644 --- a/docs/guide/extensions.md +++ b/docs/guide/extensions.md @@ -47,7 +47,7 @@ Working with database --------------------- - If extension creates or modifies database schema always use Yii migrations instead of SQL files or custom scripts. -- Migrations SHOULD be database agnostic. +- Migrations SHOULD be DBMS agnostic. - You MUST NOT make use of active-record model classes in your migrations. Assets