mirror of
https://github.com/documize/community.git
synced 2025-07-19 21:29:42 +02:00
parent
02ffaa5f99
commit
f3e66b73c1
2 changed files with 12 additions and 0 deletions
6
core/database/scripts/mysql/db_00028.sql
Normal file
6
core/database/scripts/mysql/db_00028.sql
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
/* Community Edition */
|
||||||
|
|
||||||
|
-- BUGFIX: Increase column size
|
||||||
|
ALTER TABLE dmz_space MODIFY `c_icon` VARCHAR(50) NOT NULL DEFAULT '';
|
||||||
|
|
||||||
|
-- Deprecations
|
6
core/database/scripts/postgresql/db_00004.sql
Normal file
6
core/database/scripts/postgresql/db_00004.sql
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
/* Community Edition */
|
||||||
|
|
||||||
|
-- BUGFIX: Increase column size
|
||||||
|
ALTER TABLE dmz_space ALTER COLUMN c_icon TYPE VARCHAR(50);
|
||||||
|
|
||||||
|
-- Deprecations
|
Loading…
Add table
Add a link
Reference in a new issue