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

2 lines
51 B
MySQL
Raw Normal View History

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