Marcin,

You can write the "sqlall" you want as a shell script -- remove any existing 
migrations,  use "makemigrations" to create an initial migratgion, which will 
exactly reflect your models, and run sqlmigrate on that. You want to do that 
against a clean database, to make sure no migration has already been 
registered for the app in the migration history table. 

I repeat Aymeric's advice that spreading your frustrations over this mailing 
list is counter-productive.

HTH,
        Shai.


Reply via email to