aowow/setup/updates/1720448853_01.sql
Sarjuuk f4364099c6 DB/CustomData
* alter value column from varchar to text to prevent truncated data
2024-07-08 16:51:44 +02:00

2 lines
83 B
SQL

ALTER TABLE `aowow_setup_custom_data`
MODIFY COLUMN `value` text DEFAULT NULL;