#33470: no-op sqlmigrate output
-----------------------------------------+------------------------
               Reporter:  David Szotten  |          Owner:  nobody
                   Type:  Uncategorized  |         Status:  new
              Component:  Migrations     |        Version:  dev
               Severity:  Normal         |       Keywords:
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  0              |
-----------------------------------------+------------------------
 for migrations that have no effect on the db (e.g. changing `choices`),
 `sqlmigrate` still outputs a bunch of text, e.g.


 {{{
 BEGIN;
 --
 -- Alter field name on Author
 --
 COMMIT;
 }}}

 should we stop doing this?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33470>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/055.df4f0f8e9793b6a8105c1f6b7d9b930d%40djangoproject.com.

Reply via email to