Current File : /home/pacjaorg/public_html/km/administrator/components/com_djclassifieds/sql/updates/3.8.1.sql |
CREATE TABLE IF NOT EXISTS `#__djcf_plans_subscr_items_renew` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`subscr_id` int(11) NOT NULL,
`item_id` int(11) NOT NULL,
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `#__djcf_promotions_prices_usergroups` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`prom_price_id` INT(11) NOT NULL,
`prom_id` INT(11) NOT NULL,
`usergroup_id` INT(11) NOT NULL,
PRIMARY KEY (`id`)
) DEFAULT CHARSET=utf8;
ALTER TABLE `#__djcf_regions` ADD `alias` VARCHAR(255) NOT NULL DEFAULT '';
ALTER TABLE `#__djcf_regions` ADD `ordering` int(11) NOT NULL DEFAULT 0;