Converted all files from dos to unix, as most servers are UNIX based anyway. This fixes the linebreak mismatching issue mentioned in gh-638.
This commit is contained in:
@ -2,4 +2,4 @@ ALTER TABLE `#__componentbuilder_joomla_component` ADD `dashboard` VARCHAR(64) N
|
||||
|
||||
ALTER TABLE `#__componentbuilder_joomla_component` ADD `dashboard_type` TINYINT(1) NOT NULL DEFAULT 1 AFTER `dashboard`;
|
||||
|
||||
UPDATE `#__componentbuilder_joomla_component` SET `dashboard_type`=1;
|
||||
UPDATE `#__componentbuilder_joomla_component` SET `dashboard_type`=1;
|
||||
|
Reference in New Issue
Block a user