[symfony-users] Re: schema.sql is empty. Anybody can a help???

2009-03-16 Thread Schorsch

Hey,

do you have an non empty schema.yml file? Doctrine stores it's
schema.yml in the config/doctrine folder. If the doctrine folder
doesn't exist, you have to create manually before you start.



On Mar 15, 6:22 pm, Carlos Henrique chasi...@gmail.com wrote:
  am following the tutorial for Jobeet/Doctrine on Day 3.
 After I created the schema.yml and run build-sql, the prompt is

  doctrine  generating sql for models
  doctrine  Generated SQL successfully for models

 But I cannot find mentioned sql file under data/sql. There is only
 one
 emply schema.sql residing.
 I am using Windows XAMPP distribution.

 Anybody can a help?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: schema.sql is empty. Anybody can a help???

2009-03-16 Thread Nathan Rzepecki
I use propel not doctrine

-
Nathan Rzepecki
http://www.lionslair.net.au



Schorsch wrote:
 Hey,

 do you have an non empty schema.yml file? Doctrine stores it's
 schema.yml in the config/doctrine folder. If the doctrine folder
 doesn't exist, you have to create manually before you start.



 On Mar 15, 6:22 pm, Carlos Henrique chasi...@gmail.com wrote:
   
  am following the tutorial for Jobeet/Doctrine on Day 3.
 After I created the schema.yml and run build-sql, the prompt is

 
 doctrine  generating sql for models
 doctrine  Generated SQL successfully for models
 
 But I cannot find mentioned sql file under data/sql. There is only
 one
 emply schema.sql residing.
 I am using Windows XAMPP distribution.

 Anybody can a help?
 
 

   

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: schema.sql is empty. Anybody can a help???

2009-03-16 Thread Eno

On Sun, 15 Mar 2009, Carlos Henrique wrote:

  am following the tutorial for Jobeet/Doctrine on Day 3.
 After I created the schema.yml and run build-sql, the prompt is
  doctrine  generating sql for models
  doctrine  Generated SQL successfully for models
 
 But I cannot find mentioned sql file under data/sql. There is only
 one
 emply schema.sql residing.

As someone else pointed out: are you sure you created the doctrine folder 
under config and put your schema.yml file there? The 'other' schema.yml 
file is used by Propel and is normally empty when you generate a 
project...



-- 



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---