mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-12 18:44:38 +00:00
a9e178a2f1
Store tx id for watch smart contract call while it is pending to avoid sending unneeded transactions.
3 lines
80 B
SQL
3 lines
80 B
SQL
ALTER TABLE "public"."issues"
|
|
ADD COLUMN "watch_hash" character varying(128);
|