Fix wallet v11 postgres migration (#3009)

This commit is contained in:
benthecarman 2021-05-02 10:27:07 -05:00 committed by GitHub
parent a2911f31ed
commit 682a759977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ set "block_hash" = (
select "txo_spending_info"."block_hash"
from "txo_spending_info"
where "txo_spending_info"."txid" = "tx_table"."txIdBE"
limit 1
);
-- Delete block_hash column, add spending_txid column