Here's my issue - I'm going to run out of integers for my primary key in one of my tables. I'm using MySQL, which has been absolutely fantastic, and will for at least a few more decades if I can make a change from INT to BIGINT.
What's the right way to switch from INT to BIGINT so the PK works correctly? / First thought was a big, fat south migration, but I I wonder if there's anything in Django's code that this will break? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.