Component-Builder/admin/sql/updates/mysql/3.0.10.sql
Robot d1e1a56671
Stable release of v3.2.0-beta1
Move beta to main repo. Fix #1053 so that the right and left tabs display correctly in Joomla 4&5.
2024-03-02 22:10:30 +02:00

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;