Changes between Version 4 and Version 5 of Ticket #35902, comment 1
- Timestamp:
- Nov 10, 2024, 11:39:22 AM (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35902, comment 1
v4 v5 1 I believe this is a problem with `migrate --syncdb` and not test database creation per se. Test database creation is meant to do one thing only; create an empty database with the proper name. It then delegates everything else to `migrate`.1 I believe this is a problem with `migrate --syncdb` and not test database creation per se. Test database creation is meant to do one thing only; create an empty database with the proper name. It then delegates everything else to the `migrate` command. 2 2 3 3 The existence of extensions, which is tracked by database migration operations, is not different from other Postgres feature that the schema might require to create indices and fields such as collations and custom types.