mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
ad9032d036
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 "";
|