Fixed
Details
Assignee
David HainesDavid HainesReporter
David HainesDavid HainesLabels
Conversion Script Required
YesComponents
Affects versions
Priority
Critical
Details
Details
Assignee
David Haines
David HainesReporter
David Haines
David HainesLabels
Conversion Script Required
Yes
Components
Affects versions
Priority
Created December 10, 2012 at 10:18 AM
Updated February 4, 2013 at 8:02 AM
Resolved January 23, 2013 at 10:18 AM
Database conversion scripts applied to CTools databases should be self documenting. This will greatly aid in determining the current status of a database. That is particularly important for the development instances as they may change frequently and may change greatly when a database has been restored.
A single new table would be required containing 3 columns: sequence number, time / date stamp, text. A SQL insert statement would added to each conversion script to add a row to the table when the conversion started and when it ended. No UI is required. Trivial ad-hoc sql queries can be used to list the information when it is required.