Index: trunk/phase3/maintenance/archives/patch-uploadstash.sql |
— | — | @@ -32,8 +32,8 @@ |
33 | 33 | us_mime varchar(255), |
34 | 34 | us_media_type varchar(255), |
35 | 35 | -- image-specific properties |
36 | | - us_image_width smallint unsigned, |
37 | | - us_image_height smallint unsigned, |
| 36 | + us_image_width int unsigned, |
| 37 | + us_image_height int unsigned, |
38 | 38 | us_image_bits smallint unsigned |
39 | 39 | |
40 | 40 | ) /*$wgDBTableOptions*/; |
Index: trunk/phase3/maintenance/tables.sql |
— | — | @@ -972,8 +972,8 @@ |
973 | 973 | us_mime varchar(255), |
974 | 974 | us_media_type varchar(255), |
975 | 975 | -- image-specific properties |
976 | | - us_image_width smallint unsigned, |
977 | | - us_image_height smallint unsigned, |
| 976 | + us_image_width int unsigned, |
| 977 | + us_image_height int unsigned, |
978 | 978 | us_image_bits smallint unsigned |
979 | 979 | |
980 | 980 | ) /*$wgDBTableOptions*/; |