status-go/protocol/migrations/sqlite/1650373957_add_contact_request_state.up.sql

2 lines
59 B
MySQL
Raw Normal View History

ALTER TABLE contacts ADD COLUMN contact_request_state INT;