mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-13 11:22:21 +00:00
- Fix UNIQUE constraint violation in null transaction ID migration - Generate unique IDs for records with duplicate transactionId values - Use pattern: original_transactionId + '_' + 8_char_hex_suffix - Successfully migrated records with duplicate IDs - All transaction records now have valid internalTransactionId values The migration now handles cases where multiple transactions have the same transactionId in their raw data by generating unique identifiers.