What are the potential pitfalls for queries that change varchar to text for
1. Normal operation (creating polls etc).
2. During upgrade (esp to XF2)
For example:
1. Normal operation (creating polls etc).
2. During upgrade (esp to XF2)
For example:
Code:
ALTER TABLE `xf_poll`
CHANGE `question` `question` text COLLATE 'utf8_general_ci' NOT NULL AFTER `content_id`;