Changes between Initial Version and Version 1 of Ticket #27142, comment 9
- Timestamp:
- Aug 30, 2016, 5:38:31 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27142, comment 9
initial v1 7 7 No 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. 8 8 9 Perhaps even generally, if `default` allows migrating the app, there is no need to check for consistency on other databases .9 Perhaps even generally, if `default` allows migrating the app, there is no need to check for consistency on other databases in `makemigrations`. 10 10 11 11 Replying to [comment:8 sjoerdjob]: