Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    bf957037
    Change attachment migration process for upgrade · bf957037
    Jared Hancock authored
    Don't migrate attachments as part of the 1.6* major upgrade. Wait unit
    transitioning to schema signature dd0022fb, where the new table for
    file_chunks is created.
    
    Incremental developers will already have the columns dropped from the
    %ticket_attachments table and will receive an error for the cleanup script,
    but the upgrader is configured to ignore errors from the cleanup scripts.
    bf957037
    History
    Change attachment migration process for upgrade
    Jared Hancock authored
    Don't migrate attachments as part of the 1.6* major upgrade. Wait unit
    transitioning to schema signature dd0022fb, where the new table for
    file_chunks is created.
    
    Incremental developers will already have the columns dropped from the
    %ticket_attachments table and will receive an error for the cleanup script,
    but the upgrader is configured to ignore errors from the cleanup scripts.