5 lines
198 B
SQL
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;
|