Robot
d1e1a56671
Move beta to main repo. Fix #1053 so that the right and left tabs display correctly in Joomla 4&5.
3 lines
185 B
SQL
3 lines
185 B
SQL
ALTER TABLE `#__componentbuilder_power` CHANGE `extends` `extends` VARCHAR(36) NOT NULL DEFAULT '';
|
|
ALTER TABLE `#__componentbuilder_power` CHANGE `implements` `implements` TEXT NULL;
|