mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
fe9996d95f
* feat: add image width & height
3 lines
117 B
SQL
3 lines
117 B
SQL
ALTER TABLE user_messages ADD COLUMN image_width INTEGER;
|
|
ALTER TABLE user_messages ADD COLUMN image_height INTEGER;
|