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
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | Sponsored [ 11113 ] | |
Fix Version/s | 4.6.0-b1 [ 11117 ] |
Automated transition triggered when Jonathan Reissmueller created a branch in Stash -
Status | Open [ 1 ] | In Progress [ 3 ] |
Automated transition triggered when Jonathan Reissmueller created pull request #644 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Automated transition triggered when Jonathan Reissmueller merged pull request #644 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |
Jonathan Reissmueller
made changes -
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Jonathan Reissmueller
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 25 minutes [ 1500 ] | |
Worklog Id | 12124 [ 12124 ] |
Jonathan Reissmueller
made changes -
Status | Reopened [ 4 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Tyson Phillips (Inactive)
made changes -
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Tyson Phillips (Inactive)
made changes -
Description |
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 |
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 |
Automated transition triggered when Jonathan Reissmueller created a branch in Stash -
Status | Reopened [ 4 ] | In Progress [ 3 ] |
Automated transition triggered when Jonathan Reissmueller created pull request #650 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Automated transition triggered when Jonathan Reissmueller merged pull request #650 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |