Changes between Initial Version and Version 1 of Ticket #31825


Ignore:
Timestamp:
Jul 25, 2020, 5:19:25 AM (4 years ago)
Author:
Iuri de Silvio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31825

    • Property Summary RenameField with db_column defined drop and recreate the same constrainstsRenameField with db_column defined drop and recreate the same constrainsts on Postgres
  • Ticket #31825 – Description

    initial v1  
    1 RenameField with db_column should be a noop because it is only the Dajngo
     1RenameField with db_column should be a noop because it is only the Django column that changed, the database still have the same db_column.
Back to Top