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

6 lines
150 B
SQL

ALTER TABLE inbox ADD encodingtype int DEFAULT '2';
ALTER TABLE inbox ADD read bool DEFAULT '1';
ALTER TABLE sent ADD encodingtype int DEFAULT '2';