Changes between Initial Version and Version 1 of Ticket #8792, comment 6


Ignore:
Timestamp:
Aug 16, 2013, 5:36:46 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8792, comment 6

    initial v1  
    11This will fix it for clean installs.
    22if you have already used the currently broken version, your data is in an invalid state and you will have to fix it manually in the database..you'll have to add the missing ticket_custom entries for referenced tickets.. sucks, i know.. might be easier to start over.. anyway the problem is that the code was trying to fall back to an insert if the update failed, but someone shoehorned unrelated code in between the two queries, breaking the insert.
    3 {{{
     3{{{#!diff
    44Index: /home/treksler/masterticketsplugin/trunk/mastertickets/model.py
    55===================================================================