Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla4/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla4/updates.zip

PK�9�[9�	jGG
mysql/2.0.sqlnu�[���# Dummy SQL file to
set schema version to 2.0 so next update will work
PK�9�[~x���
mysql/2.1.sqlnu�[���ALTER TABLE
`#__jea_properties` CHANGE `orientation` `orientation` ENUM( '0',
'N', 'NE', 'NW', 'E',
'W', 'S', 'SW', 'SE' ) NOT NULL
DEFAULT '0'
PK�9�[~��h
mysql/2.2.sqlnu�[���ALTER TABLE
#__jea_properties ADD `publish_down` datetime NOT NULL default
'0000-00-00 00:00:00' AFTER `modified`;
ALTER TABLE #__jea_properties ADD `publish_up` datetime NOT NULL default
'0000-00-00 00:00:00' AFTER `modified`;
ALTER TABLE #__jea_properties ADD `access` int(11) NOT NULL default
'0' AFTER `published`;

UPDATE #__jea_properties SET `publish_up`=`created`, access=1;
PK�9�[w�ިddmysql/2.30.sqlnu�[���ALTER TABLE
`#__jea_properties` CHANGE `department_id` `department_id` INT(11) NOT NULL
DEFAULT '0'
PK�9�[��TA��
mysql/3.1.sqlnu�[���ALTER TABLE
`#__jea_properties` CHANGE `orientation` `orientation` ENUM( '0',
'N', 'NE', 'NW', 'NS',
'E', 'W', 'S', 'SW',
'SE', 'EW' ) NOT NULL DEFAULT '0'
PK�9�[�/uu
mysql/3.4.sqlnu�[���UPDATE
`#__jea_tools` SET `title`='com_jea_import',
`link`='index.php?option=com_jea&view=gateways&layout=import',
`icon`='download',
`params`=''
WHERE `title`='com_jea_import_from_jea';

UPDATE `#__jea_tools` SET `title`='com_jea_export',
`link`='index.php?option=com_jea&view=gateways&layout=export',
`icon`='upload',
`params`=''
WHERE `title`='com_jea_import_from_csv';

CREATE TABLE IF NOT EXISTS `#__jea_gateways` (
  `id` int(11) NOT NULL auto_increment,
  `type` varchar(50) NOT NULL default '',
  `provider` varchar(50) NOT NULL default '',
  `title` varchar(255) NOT NULL default '',
  `published` tinyint(1) NOT NULL default '0',
  `ordering` int(11) NOT NULL default '0',
  `params` TEXT NOT NULL,
  PRIMARY KEY  (`id`)
) AUTO_INCREMENT=0 DEFAULT CHARSET=utf8;

ALTER TABLE #__jea_properties ADD `provider` varchar(50) NOT NULL default
'' COMMENT 'A gateway provider name';
PK�9�[9�	jGG
mysql/2.0.sqlnu�[���PK�9�[~x���
�mysql/2.1.sqlnu�[���PK�9�[~��h
Qmysql/2.2.sqlnu�[���PK�9�[w�ިdd
mysql/2.30.sqlnu�[���PK�9�[��TA��
�mysql/3.1.sqlnu�[���PK�9�[�/uu
�mysql/3.4.sqlnu�[���PK�: