This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-01-19/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';