Changes between Initial Version and Version 2 of Ticket #30108


Ignore:
Timestamp:
Jan 18, 2019, 10:27:42 PM (5 years ago)
Author:
Dan Tao
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30108

    • Property Cc Dan Tao added
    • Property Has patch set
  • Ticket #30108 – Description

    initial v2  
    1 On the Bitbucket team, we have been stung my Django's default behavior, when adding a nullable `ForeignKey` field to a large, high-traffic table, of doing so in two separate statements:
     1On the Bitbucket team, we have been stung by Django's default behavior, when adding a nullable `ForeignKey` field to a large, high-traffic table, of doing so in two separate statements:
    22
    33{{{
Back to Top