status-go/protocol/migrations/sqlite/1716891408_add_community_token_transaction_hash.up.sql
Michal Iskierko ad9032d036 feat_: recovery retracking pending transsactions
Add ReTrackOwnerTokenDeploymentTransaction function which will runs community tokens transactions listening.
Add deployment transaction hash to community_tokens table.

Issue #14699
2024-05-28 13:06:24 +02:00

2 lines
65 B
SQL

ALTER TABLE community_tokens ADD COLUMN tx_hash TEXT DEFAULT "";