This website requires JavaScript.
Explore
Help
Sign In
J3vb
/
OwnCord
Watch
1
Star
0
Fork
0
mirror of
https://github.com/J3vb/OwnCord.git
synced
2026-09-03 03:50:00 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
OwnCord
/
Server
/
migrations
/
008_attachment_dimensions.sql
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
3 lines
101 B
SQL
Raw
Permalink
Normal View
History
Unescape
Escape
fix: virtual scroll jumping with images/GIFs
2026-03-21 12:34:31 +01:00
ALTER
TABLE
attachments
ADD
COLUMN
width
INTEGER
;
ALTER
TABLE
attachments
ADD
COLUMN
height
INTEGER
;
Reference in New Issue
Copy Permalink