Changes between Initial Version and Version 1 of Ticket #33677
- Timestamp:
- May 3, 2022, 10:22:09 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33677 – Description
initial v1 3 3 ./manage.py test --keepdb --parallel -v 2 4 4 }}} 5 I use postgres db and if I have any change in the db (eg. a field added),6 the parallel db's don't get migrated.5 I use PostgreSQL 11 db on macOS Catalina 10.15.7 (19H2). 6 The problem is that if I have any change in the db (eg. a field added), the parallel db's don't get migrated and thus the tests fail. 7 7 8 8 The output when the tests fail after the migration: