Whenever I run propel-gen on a clean database (no tables defined), it generates errors because it first tries to DROP a table (Which doesnt currently exist) before creating it.
Is there any properties I can change to fix this?
So far I've found this: http://www.propelorm.org/ticket/732
But it would be nice to do something like "DROP TABLE IF EXISTS name"