Resolves gh-96 by adding the feature to auto create the update SQL. Also fixes gh-100 Field Length Issue.

This commit is contained in:
2017-06-16 13:38:06 +01:00
parent 3ad9ae8b8f
commit 6e0bcc0ae2
229 changed files with 759 additions and 325 deletions

View File

@ -776,8 +776,6 @@ CREATE TABLE IF NOT EXISTS `#__componentbuilder_help_document` (
KEY `idx_article` (`article`)
) ENGINE=MyISAM AUTO_INCREMENT=0 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `#__componentbuilder_joomla_component`
--
@ -973,6 +971,8 @@ INSERT INTO `#__componentbuilder_help_document` (`id`, `admin_view`, `alias`, `a
(10, 'fieldtypes', 'welcome-to-the-list-view-of-fieldtypes', '', '', '\"\"', 1, '', '', 2, 'Welcome to the List view of Fieldtypes', 3, 'http://projects.vdm.io/projects/joomla-component-builder/wiki/Fieldtypes_List_View', '', 1, 2, '', 10),
(11, 'help_documents', 'welcome-to-the-list-view-of-help-documents', '', '', '\"\"', 1, '', '', 2, 'Welcome to the List view of Help Documents', 3, 'http://projects.vdm.io/projects/joomla-component-builder/wiki/Help_Documents_List_View', '', 1, 2, '', 11);
--
-- Always insure this column rules is large enough for all the access control values.
--