Received: by 10.100.165.13 with SMTP id n13mr38084ane.1194607468906; Fri, 09 Nov 2007 03:24:28 -0800 (PST) Received: by 50g2000hsm.googlegroups.com with HTTP; Fri, 09 Nov 2007 11:24:27 +0000 (UTC) X-IP: 85.145.7.12 From: Thierry To: symfony users Subject: Propel difference Date: Fri, 09 Nov 2007 03:24:27 -0800 Message-ID: <1194607467.818027.292510@50g2000hsm.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9,gzip(gfe),gzip(gfe) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Is there any way to generate the sql needed to bring the structure of the existing database up to the specification in the schema.yml? How do you guys handle db scheme changes? Any best practices?