mirror of
https://github.com/status-im/status-go.git
synced 2025-02-07 12:25:20 +00:00
Add ReTrackOwnerTokenDeploymentTransaction function which will runs community tokens transactions listening. Add deployment transaction hash to community_tokens table. Issue #14699
2 lines
65 B
SQL
2 lines
65 B
SQL
ALTER TABLE community_tokens ADD COLUMN tx_hash TEXT DEFAULT "";
|