status-go/protocol/migrations/sqlite/1673373000_add_replied.up.sql

1 line
67 B
MySQL
Raw Normal View History

ALTER TABLE user_messages ADD COLUMN replied BOOLEAN DEFAULT FALSE;