Change attachment migration process for upgrade
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.
Showing
- include/class.upgrader.php 4 additions, 2 deletionsinclude/class.upgrader.php
- include/upgrader/sql/15b30765-dd0022fb.cleanup.sql 10 additions, 0 deletionsinclude/upgrader/sql/15b30765-dd0022fb.cleanup.sql
- include/upgrader/sql/c00511c7-7be60a84.cleanup.sql 0 additions, 8 deletionsinclude/upgrader/sql/c00511c7-7be60a84.cleanup.sql
Loading
Please register or sign in to comment