From 3574f4849d79f15ef1ca48f1c9649249740e817f Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 3 Dec 2010 16:33:59 +0100 Subject: [PATCH] added hint to alternative sql schema generation techniques --- share/sql/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/sql/README b/share/sql/README index e4c01c9..2025cd0 100644 --- a/share/sql/README +++ b/share/sql/README @@ -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