2026-05-23 18:35:49 -05:00
|
|
|
--
|
2026-05-30 19:03:10 -05:00
|
|
|
-- MokoJoomOpenGraph 01.02.00 — Add multilingual OG tag support
|
2026-05-23 18:35:49 -05:00
|
|
|
--
|
|
|
|
|
|
|
|
|
|
ALTER TABLE `#__mokoog_tags`
|
|
|
|
|
ADD COLUMN `language` CHAR(7) NOT NULL DEFAULT '*' AFTER `canonical_url`;
|
|
|
|
|
|
|
|
|
|
ALTER TABLE `#__mokoog_tags`
|
|
|
|
|
DROP INDEX `idx_content`,
|
|
|
|
|
ADD UNIQUE KEY `idx_content_lang` (`content_type`, `content_id`, `language`);
|