Author: ornicar2
Date: 2010-02-03 17:34:22 +0100 (Wed, 03 Feb 2010)
New Revision: 27498
Modified:
plugins/dmContactPlugin/config/doctrine/schema.yml
Log:
[Diem][dmContactPlugin] made record body required
Modified: plugins/dmContactPlugin/config/doctrine/schema.yml
===================================================================
--- plugins/dmContactPlugin/config/doctrine/schema.yml 2010-02-03 16:32:39 UTC
(rev 27497)
+++ plugins/dmContactPlugin/config/doctrine/schema.yml 2010-02-03 16:34:22 UTC
(rev 27498)
@@ -3,4 +3,4 @@
columns:
name: { type: string(255), notnull: true }
email: { type: string(255), notnull: true }
- body: { type: clob }
\ No newline at end of file
+ body: { type: clob, notnull: true }
\ No newline at end of file
--
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.