File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ CREATE TABLE IF NOT EXISTS `#__jdprofiler_profiles` (
1212` lbio` TEXT NOT NULL ,
1313` team` VARCHAR (255 ) NOT NULL ,
1414` location` VARCHAR (255 ) NOT NULL ,
15- ` social` VARCHAR ( 255 ) NOT NULL ,
15+ ` social` TEXT NOT NULL ,
1616` skills` TEXT NOT NULL ,
1717` details` TEXT NOT NULL ,
1818` ordering` INT (11 ) NOT NULL ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ALTER TABLE ` #__jdprofiler_profiles` CHANGE ` social` ` social` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL ;
Original file line number Diff line number Diff line change 77 <author >JoomDev</author >
88 <authorEmail >info@joomdev.com</authorEmail >
99 <authorUrl >https://www.joomdev.com</authorUrl >
10- <version >1.2 </version >
10+ <version >1.3 </version >
1111 <updateservers >
1212 <server type =" extension" name =" com_jdprofiler" priority =" 1" >https://cdn.joomdev.com/extensionupdates/com_jdprofiler.xml</server >
1313 </updateservers >
1818 <file driver =" mysql" charset =" utf8" >sql/install.mysql.utf8.sql</file >
1919 </sql >
2020 </install >
21- <update > <!-- Runs on update -->
22- < sql >
23- < file driver =" mysql" charset = " utf8 " >sql/update.mysql.utf8.sql</ file >
24- </ sql >
25- </update >
21+ <update > <!-- Runs on update -->
22+ < schemas >
23+ < schemapath type =" mysql" >sql/updates</ schemapath >
24+ </ schemas >
25+ </update >
2626 <uninstall > <!-- Runs on uninstall -->
2727 <sql >
2828 <file driver =" mysql" charset =" utf8" >sql/uninstall.mysql.utf8.sql</file >
Original file line number Diff line number Diff line change 77 <license >GNU General Public License version 2 or later; see LICENSE.txt</license >
88 <authorEmail >info@joomdev.com</authorEmail >
99 <authorUrl >www.joomdev.com</authorUrl >
10- <version >1.2 </version >
10+ <version >1.3 </version >
1111 <description >MOD_JDPROFILER_XML_DESCRIPTION</description >
1212 <updateservers >
1313 <server type =" extension" name =" mod_jdprofiler" priority =" 1" >https://cdn.joomdev.com/extensionupdates/mod_jdprofiler.xml</server >
Original file line number Diff line number Diff line change 77 <creationDate >June 2019</creationDate >
88 <copyright >Copyright (C) 2019 JoomDev, Inc. All rights reserved.</copyright >
99 <license >GNU General Public License version 2 or later; see LICENSE.txt</license >
10- <version >1.2 </version >
10+ <version >1.3 </version >
1111 <authorEmail >info@joomdev.com</authorEmail >
1212 <authorUrl >https://www.joomdev.com</authorUrl >
1313 <description ></description >
You can’t perform that action at this time.
0 commit comments