open-bounty/resources/migrations/20171218190701-watch-tx-id.up.sql
Teemu Patja a9e178a2f1
Avoid unneeded watch transactions
Store tx id for watch smart contract call while it is pending to avoid
sending unneeded transactions.
2017-12-18 19:31:53 +02:00

3 lines
80 B
SQL

ALTER TABLE "public"."issues"
ADD COLUMN "watch_hash" character varying(128);