Isaac Connor
97d29ae704
fix: make zm_update-1.39.10.sql idempotent for reruns
...
zmupdate.pl reruns migrations where the file version is >= the current
DB version, so once the DB reaches 1.39.10 the script fires again. The
unconditional ALTER TABLE Logs ADD/DROP INDEX statements failed on the
second run with "Duplicate key name".
Guard both Logs index changes with INFORMATION_SCHEMA.STATISTICS checks
(same pattern used for the Sessions index), and DEALLOCATE PREPARE
after each block so prepared-statement names don't accumulate.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 09:24:40 -04:00
..
2026-01-24 11:24:56 -05:00
2023-04-22 13:33:18 -04:00
2024-03-29 18:42:46 -04:00
2026-05-16 23:14:37 -04:00
2023-03-22 13:28:35 -04:00
2026-05-14 17:30:19 -04:00
2024-04-08 09:50:12 -04:00
2023-07-11 18:24:58 -04:00
2022-08-09 00:54:41 -05:00
2022-08-25 20:33:58 -04:00
2022-09-12 10:33:51 -04:00
2022-09-14 18:34:07 -04:00
2022-10-27 10:56:11 -04:00
2022-10-27 14:17:24 -04:00
2025-01-04 12:51:53 -05:00
2022-12-24 09:18:04 -05:00
2023-01-07 12:34:30 -05:00
2023-01-09 17:57:25 -07:00
2023-02-02 10:40:57 -05:00
2023-02-18 18:02:15 -05:00
2023-02-25 12:44:28 -05:00
2023-02-26 15:52:13 -05:00
2023-02-28 14:01:22 -05:00
2023-03-01 13:42:21 -05:00
2023-11-01 11:43:00 -04:00
2023-04-19 18:25:45 -04:00
2023-04-24 17:53:16 -04:00
2023-07-13 13:19:07 -04:00
2023-07-29 23:46:31 -05:00
2023-08-25 12:49:14 -04:00
2025-03-06 12:23:01 -05:00
2023-09-21 12:08:27 -04:00
2023-10-24 12:26:15 -04:00
2023-11-01 11:43:00 -04:00
2024-01-02 12:18:09 -05:00
2024-01-11 10:16:08 -05:00
2024-01-16 11:52:28 -05:00
2024-02-13 17:38:11 -05:00
2024-02-22 16:06:03 -05:00
2024-02-22 16:13:34 -05:00
2024-02-27 09:24:14 -05:00
2024-02-26 13:54:48 -05:00
2024-03-18 12:55:19 -04:00
2024-04-08 20:16:33 -04:00
2024-04-08 20:16:33 -04:00
2024-04-25 09:46:57 -04:00
2024-05-08 13:00:40 -04:00
2024-07-07 09:03:31 -04:00
2024-07-10 17:14:36 -04:00
2025-02-26 12:40:52 -05:00
2025-06-26 14:23:00 -04:00
2025-07-15 16:17:36 -04:00
2025-08-07 14:08:45 -04:00
2025-08-20 15:59:02 -04:00
2025-09-24 09:53:11 -04:00
2025-10-10 09:54:38 -04:00
2025-10-21 06:58:48 -04:00
2025-12-11 18:31:30 -05:00
2025-12-16 11:15:40 -05:00
2026-01-06 17:03:05 -05:00
2026-01-24 11:24:56 -05:00
2026-01-29 13:34:27 -05:00
2026-01-31 19:37:08 -05:00
2026-02-01 15:21:48 -05:00
2026-02-02 13:35:57 -05:00
2026-02-23 18:19:20 -05:00
2026-03-07 17:30:39 -05:00
2026-04-13 17:31:04 -04:00
2026-03-12 18:56:14 -04:00
2026-04-27 14:19:09 +03:00
2026-05-05 20:24:15 -04:00
2026-05-06 17:24:17 -04:00
2026-05-23 09:24:40 -04:00