Changes between Initial Version and Version 1 of Ticket #28832, comment 4
- Timestamp:
- Nov 25, 2017, 6:54:27 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28832, comment 4
initial v1 9 9 I hope that sheds some light to where the problem lies. My guess is, migration 0010 of commit 1a52c96 while setting order_with_respect_to=None, failed to delete the _order field from the model's DB table. 10 10 11 Is it possible that since my local development testbed uses SQLite that the migration file was insufficiently built to allow for my live PostgreSQL DB? Or are the migration files definitely still DB- agnostic?11 Is it possible that since my local development testbed uses SQLite that the migration file was insufficiently built to allow for my live PostgreSQL DB? Or are the migration files definitely still DB-type agnostic?