almelemar / django-sqlalchemy

Automatically exported from code.google.com/p/django-sqlalchemy
0 stars 0 forks source link

syncdb needs to support loading custom sql and fixtures #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently syncdb is just passing off the creation of missing tables to SA.  We 
need to also structure 
this is such a way that custom sql can be run for those tables that were 
created.  This is going to be 
a bit challenging since we need to find a way to get the list of tables back 
out of SA.  

Additionally we are not loading in any fixtures which happens with syncdb.

Original issue reported on code.google.com by mtr...@gmail.com on 26 Mar 2008 at 1:26