status-go/protocol/migrations/sqlite/1681655289_add_mute_till.up.sql

2 lines
51 B
MySQL
Raw Normal View History

2023-04-16 17:06:00 +02:00
ALTER TABLE chats ADD COLUMN muted_till TIMESTAMP;