Updated paypal link in readme. Added new function to include code from online source url.
This commit is contained in:
5
admin/sql/updates/mysql/2.6.13.sql
Normal file
5
admin/sql/updates/mysql/2.6.13.sql
Normal file
@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS `#__componentbuilder_online_code` (
|
||||
`url` VARCHAR(255) NOT NULL DEFAULT '',
|
||||
`hash` VARCHAR(64) NOT NULL DEFAULT '',
|
||||
PRIMARY KEY (`url`)
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=0 DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user