status-go/protocol/migrations/sqlite/1673428910_add_image_width_height.up.sql
Omar Basem fe9996d95f
Image width height (#3061)
* feat: add image width & height
2023-01-12 13:43:14 +04:00

3 lines
117 B
SQL

ALTER TABLE user_messages ADD COLUMN image_width INTEGER;
ALTER TABLE user_messages ADD COLUMN image_height INTEGER;