Component-Builder/admin/sql/updates/mysql/2.10.12.sql

4 lines
207 B
MySQL
Raw Normal View History

ALTER TABLE `#__componentbuilder_language_translation` ADD `modules` TEXT NOT NULL AFTER `components`;
ALTER TABLE `#__componentbuilder_language_translation` ADD `plugins` TEXT NOT NULL AFTER `modules`;