added the database update scripts for the new changes.

This commit is contained in:
Llewellyn van der Merwe 2020-09-15 19:02:49 +02:00
parent 68769604dd
commit dd3aaddf62
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
ALTER TABLE `#__componentbuilder_joomla_module` CHANGE `default` `default` MEDIUMTEXT NOT NULL;
ALTER TABLE `#__componentbuilder_custom_admin_view` CHANGE `default` `default` MEDIUMTEXT NOT NULL;
ALTER TABLE `#__componentbuilder_site_view` CHANGE `default` `default` MEDIUMTEXT NOT NULL;

View File

@ -0,0 +1 @@
ALTER TABLE `#__componentbuilder_joomla_component` ADD `remove_line_breaks` TINYINT(1) NOT NULL DEFAULT 0 AFTER `readme`;