Author: fabien
Date: 2010-03-29 12:17:35 +0200 (Mon, 29 Mar 2010)
New Revision: 28851

Modified:
   doc/branches/1.4/more-with-symfony/en/04-Emails.markdown
Log:
[doc] [1.4] changed clob to blob in Doctrine spool example (closes #8129)

Modified: doc/branches/1.4/more-with-symfony/en/04-Emails.markdown
===================================================================
--- doc/branches/1.4/more-with-symfony/en/04-Emails.markdown    2010-03-29 
10:08:13 UTC (rev 28850)
+++ doc/branches/1.4/more-with-symfony/en/04-Emails.markdown    2010-03-29 
10:17:35 UTC (rev 28851)
@@ -259,7 +259,7 @@
     MailMessage:
      actAs: { Timestampable: ~ }
      columns:
-       message: { type: clob, notnull: true }
+       message: { type: blob, notnull: true }
 
 -
 
@@ -277,7 +277,7 @@
     [yml]
     # Schema configuration in schema.yml
     mail_message:
-      message:    { type: clob, required: true }
+      message:    { type: blob, required: true }
       created_at: ~
 
 -
@@ -678,7 +678,7 @@
     [yml]
     # for Propel
     mail_message:
-      message:    { type: clob, required: true }
+      message:    { type: blob, required: true }
       created_at: ~
       priority:   { type: integer, default: 3 }
 
@@ -686,7 +686,7 @@
     MailMessage:
       actAs: { Timestampable: ~ }
       columns:
-        message:  { type: clob, notnull: true }
+        message:  { type: blob, notnull: true }
         priority: { type: integer }
 
 When sending an email, set the priority header (1 means highest):

-- 
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.

Reply via email to