status-go/protocol/migrations/sqlite/1710331283_add_bio_to_contacts.up.sql
Sean Hagstrom b911297a3d
Feature: store and retrieve a contact's bio (#4916)
* 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
2024-03-19 18:09:13 +00:00

2 lines
42 B
SQL

ALTER TABLE contacts ADD COLUMN bio TEXT;