Files
salvium-telegram-tipbot/migrations/20260530_withdrawal_txid_lists.sql
2026-05-30 17:26:11 +00:00

5 lines
198 B
SQL

-- Token transfer_split can return multiple transaction hashes for one withdrawal.
-- Store comma-separated txids in the existing operational column.
ALTER TABLE withdrawals MODIFY txid TEXT NULL;