status-go/protocol/migrations/sqlite/1603198582_add_profile_chat_field.up.sql

1 line
45 B
MySQL
Raw Normal View History

2020-10-20 17:10:28 +02:00
ALTER TABLE chats ADD COLUMN profile VARCHAR;