1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

Increase size of space icon column in DB

Fixes #194
This commit is contained in:
McMatts 2019-02-05 20:23:26 +00:00
parent 02ffaa5f99
commit f3e66b73c1
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,6 @@
/* Community Edition */
-- BUGFIX: Increase column size
ALTER TABLE dmz_space MODIFY `c_icon` VARCHAR(50) NOT NULL DEFAULT '';
-- Deprecations

View file

@ -0,0 +1,6 @@
/* Community Edition */
-- BUGFIX: Increase column size
ALTER TABLE dmz_space ALTER COLUMN c_icon TYPE VARCHAR(50);
-- Deprecations