Closed Bug 502783 Opened 15 years ago Closed 15 years ago

Update date module to version 6.x-2.2

Categories

(quality.mozilla.org :: Website, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: paulc, Assigned: paulc)

References

Details

In relation to bugs 475840 and 485142, I'd like to update the module date:
http://drupal.org/project/date
r29440 / r29442 in trunk
r29443 / r29444 in production
Assignee: nobody → paul.craciunoiu
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Staging update, output:

PART 1:
--------------------

The following queries were executed
date module
Update #6005

    * Failed: Some updates are still pending.
      Please re-run the update script.

date_api module
Update #6002

    * CREATE TABLE {date_format_types} ( `type` VARCHAR(200) NOT NULL, `title` VARCHAR(255) NOT NULL, `locked` TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (type) ) /*!40100 DEFAULT CHARACTER SET UTF8 */
    * CREATE TABLE {date_format} ( `dfid` INT unsigned NOT NULL auto_increment, `format` VARCHAR(100) NOT NULL, `type` VARCHAR(200) NOT NULL, `locked` TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (dfid), UNIQUE KEY format (format, type) ) /*!40100 DEFAULT CHARACTER SET UTF8 */
    * CREATE TABLE {date_format_locale} ( `format` VARCHAR(255) NOT NULL, `type` VARCHAR(200) NOT NULL, `language` VARCHAR(12) NOT NULL, PRIMARY KEY (type, language) ) /*!40100 DEFAULT CHARACTER SET UTF8 */

Update #6003

    * ALTER TABLE {date_format_types} CHANGE type `type` VARCHAR(200) NOT NULL
    * ALTER TABLE {date_format} CHANGE type `type` VARCHAR(200) NOT NULL
    * ALTER TABLE {date_format} CHANGE format `format` VARCHAR(100) NOT NULL
    * ALTER TABLE {date_format_locale} CHANGE type `type` VARCHAR(200) NOT NULL
    * ALTER TABLE {date_format_locale} CHANGE format `format` VARCHAR(100) NOT NULL
    * ALTER TABLE {date_format} DROP KEY format
    * ALTER TABLE {date_format} ADD UNIQUE KEY format (format, type)


-------------------

Part 2 (pending from above):

-------------------

The following queries were executed
date module
Update #6005

    * Field field_event_date formats were converted to custom formats.
    * The old format type short for field field_event_date was converted to the new format type field_event_date_short.
    * The old format type medium for field field_event_date was converted to the new format type field_event_date_medium.
    * The old format type long for field field_event_date was converted to the new format type field_event_date_long.
    * The old format type default for field field_event_date was converted to the new format type field_event_date_default.
    * The display settings for field field_event_date in content type event were updated.
verified via events updates
Status: RESOLVED → VERIFIED
Target Milestone: 2.0 → ---
You need to log in before you can comment on or make changes to this bug.