Add PK to %ticket_email_info.`id`
This patch partially reverts the previous database migration patch which added a primary key to the table on the `thread_id` column. This column cannot be used, because there may be multiple entries for thread_id = 0. This also allows ticket_collaborator.isactive to be negative, as well as adds the database portion of regex support for ticket filters.
Showing
- include/upgrader/streams/core.sig 1 addition, 1 deletioninclude/upgrader/streams/core.sig
- include/upgrader/streams/core/ed60ba20-934954de.patch.sql 0 additions, 3 deletionsinclude/upgrader/streams/core/ed60ba20-934954de.patch.sql
- include/upgrader/streams/core/f1ccd3bb-f5692e24.cleanup.sql 18 additions, 0 deletionsinclude/upgrader/streams/core/f1ccd3bb-f5692e24.cleanup.sql
- include/upgrader/streams/core/f1ccd3bb-f5692e24.patch.sql 28 additions, 0 deletionsinclude/upgrader/streams/core/f1ccd3bb-f5692e24.patch.sql
- include/upgrader/streams/core/f1ccd3bb-f5692e24.task.php 27 additions, 0 deletionsinclude/upgrader/streams/core/f1ccd3bb-f5692e24.task.php
- setup/inc/streams/core/install-mysql.sql 4 additions, 3 deletionssetup/inc/streams/core/install-mysql.sql
Please register or sign in to comment