This repository has been archived on 2024-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-10/src/sql/upg_sc_if_old_ver_2.sql

8 lines
278 B
SQL

UPDATE `sent` SET status='doingmsgpow' WHERE status='doingpow';
UPDATE `sent` SET status='msgsent' WHERE status='sentmessage';
UPDATE `sent` SET status='doingpubkeypow' WHERE status='findingpubkey';
UPDATE `sent` SET status='broadcastqueued' WHERE status='broadcastpending';