This repository has been archived on 2025-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-02-04/src/sql/init_version_3.sql

6 lines
112 B
MySQL
Raw Normal View History

--
-- Add a new column to the inventory table to store tags.
--
ALTER TABLE inventory ADD tag blob DEFAULT '';