Author: fizyk
Date: 2010-04-10 16:55:07 +0200 (Sat, 10 Apr 2010)
New Revision: 29063
Modified:
plugins/sfForkedDoctrineApplyPlugin/trunk/README
Log:
updated README with migrations
Modified: plugins/sfForkedDoctrineApplyPlugin/trunk/README
===================================================================
--- plugins/sfForkedDoctrineApplyPlugin/trunk/README 2010-04-10 14:08:27 UTC
(rev 29062)
+++ plugins/sfForkedDoctrineApplyPlugin/trunk/README 2010-04-10 14:55:07 UTC
(rev 29063)
@@ -70,8 +70,15 @@
foreignAlias: Profile
You can add your own columns, if needed, it just won't be possible to set these
-as not null in database. Build your model after those steps.
+as not null in database. Build your model after those steps, or create
migrations:
+ ./symfony doctrine:generate-migrations-diff
+
+Review your migration files after this step, and run:
+
+ ./symfony doctrine:migrate
+ ./symfony doctrine:build --model --forms --filters --sql
+
All you need to do is to enable sfApply module in your settings.yml file:
**apps/APPLICATION/config/settings.yml**
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.