Changes between Version 3 and Version 4 of Ticket #35902, comment 1


Ignore:
Timestamp:
Nov 10, 2024, 11:39:09 AM (4 days ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35902, comment 1

    v3 v4  
    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 and delegate everything else to `migrate`.
     1I 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`.
    22
    33The 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.
Back to Top