mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
4 lines
140 B
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);
|