File "joomla_update_16beta2.sql"

Full Path: /home/asmplong/www/ancien-site-2019/site/installation.old/sql/mysql/joomla_update_16beta2.sql
File size: 749 bytes
MIME-type: text/plain
Charset: utf-8

# $Id: joomla_update_16beta2.sql 20467 2011-01-28 00:17:12Z dextercowley $

#
# Database updates for 1.6 Beta 1 to Beta 2
#

ALTER TABLE `#__redirect_links`
 CHANGE `created_date` `created_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00';

ALTER TABLE `#__redirect_links`
 CHANGE `updated_date` `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00';

ALTER TABLE `#__redirect_links`
 DROP INDEX `idx_link_updated`;

ALTER TABLE `#__redirect_links`
 ADD INDEX `idx_modified_date` (`modified_date`);

ALTER TABLE `#__categories` 
 CHANGE `created_time` `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00';

ALTER TABLE `#__categories` 
 CHANGE `modified_time` `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00';