added hint to alternative sql schema generation techniques

This commit is contained in:
Steffen Vogel 2010-12-03 16:33:59 +01:00
parent 0b7c8bab29
commit 3574f4849d

View file

@ -7,4 +7,7 @@ To setup your database follow these steps:
3. Call backend/bin/doctrine orm:schema-tool:create --dump-sql > share/sql/mysql.sql
4. import the resulting file using your favorite sql tool
Alternatively you can directly import a existing mysql.sql file or
force the script to do it for you by leaving the "--dump-sql" option.
[1] http://www.doctrine-project.org