forked from joomla/Component-Builder
4 lines
205 B
MySQL
4 lines
205 B
MySQL
|
ALTER TABLE `#__componentbuilder_language_translation` ADD `modules` TEXT NOT NULL AFTER `components`;
|
||
|
|
||
|
ALTER TABLE `#__componentbuilder_language_translation` ADD `plugins` TEXT NOT NULL AFTER `modules`;
|