Details
Description
Add a `description` field to `package_options`. Mediumtext, default null
Create a new table for config option descriptions. Schema:
package_option_id INT(10) unsigned NOT NULL
lang VARCHAR(5) NOT NULL
description MEDIUMTEXT NOT NULL DEFAULT ''
Populate the new table with records for each config option and language