Skip to content

Commit

Permalink
В обновлении таблиц забыл старые данные.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkadiy-Sedelnikov committed Dec 14, 2016
1 parent 22ec290 commit cbe517d
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions sql/updates/mysql/2.6.0.sql
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
CREATE TABLE `#__argensyml_yacat` (
`category_id` int(11) NOT NULL,
`offer_type` varchar(20) NOT NULL,
`store` int(1) NOT NULL DEFAULT '0',
`pickup` int(1) NOT NULL DEFAULT '0',
`local_delivery_cost` varchar(20) NOT NULL,
`delivery` tinyint(1) NOT NULL,
`bid` int(1) NOT NULL,
`cbid` int(1) NOT NULL,
`sales_notes` varchar(255) NOT NULL,
`adult` tinyint(1) NOT NULL DEFAULT '0',
`age` tinyint(2) NOT NULL DEFAULT '0',
PRIMARY KEY (`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

ALTER TABLE `#__argensyml_items` ADD `delivery` TINYINT(1) NOT NULL;
ALTER TABLE `#__argensyml_items` ADD `adult` TINYINT(1) NOT NULL;
ALTER TABLE `#__argensyml_items` ADD `age` TINYINT(2) NOT NULL;
CREATE TABLE `#__mod_jlcurrency_data` (
`id` int(11) NOT NULL,
`date` DATE NOT NULL,
`data` TEXT NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

0 comments on commit cbe517d

Please sign in to comment.