1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/maintenance/archives/patch-up_property.sql

4 lines
140 B
SQL

-- Increase the length of up_property from 32 -> 255 bytes. Bug 19408
ALTER TABLE /*_*/user_properties
MODIFY up_property varbinary(255);