Changes between Initial Version and Version 1 of Ticket #27142, comment 9


Ignore:
Timestamp:
Aug 30, 2016, 5:38:31 PM (8 years ago)
Author:
Shai Berger

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27142, comment 9

    initial v1  
    77No database routers would mean that, by default, all queries would run against the `default` database; perhaps in that case we should only check for consistency against it. If the history were consistent in `default` and inconsistent elsewhere, it would suggest to me that the problem is in that database rather than migration files, and so catching it in `migrate` would be sufficient.
    88
    9 Perhaps even generally, if `default` allows migrating the app, there is no need to check for consistency on other databases.
     9Perhaps even generally, if `default` allows migrating the app, there is no need to check for consistency on other databases in `makemigrations`.
    1010
    1111Replying to [comment:8 sjoerdjob]:
Back to Top