Changes between Initial Version and Version 1 of Ticket #34988, comment 1
- Timestamp:
- Nov 22, 2023, 7:15:12 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34988, comment 1
initial v1 28 28 ticket_34988_app_1/migrations/0002_app2_foo.py 29 29 - Add field foo to app2 30 30 31 django-sample % dj makemigrations ticket_34988_app_1 31 32 It is impossible to add a non-nullable field 'bar' to app1 without specifying a default. This is because the database needs something to populate existing rows.