mirror of
https://github.com/documize/community.git
synced 2025-07-20 21:59:42 +02:00
7 lines
134 B
MySQL
7 lines
134 B
MySQL
|
/* Community Edition */
|
||
|
|
||
|
-- BUGFIX: Increase column size
|
||
|
ALTER TABLE dmz_space ALTER COLUMN c_icon TYPE VARCHAR(50);
|
||
|
|
||
|
-- Deprecations
|