mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
b911297a3d
* chore: create migration for adding bio field to contacts table * feature: update contact persistence to save and query contact bio * test: ensure that the protocol can store and retrieve contact bio data
2 lines
42 B
SQL
2 lines
42 B
SQL
ALTER TABLE contacts ADD COLUMN bio TEXT;
|