diff --git a/docs/upgrades/upgrade_6.2.11-6.3.0.sql b/docs/upgrades/upgrade_6.2.11-6.3.0.sql index 61559dea9..31b6ca8b9 100644 --- a/docs/upgrades/upgrade_6.2.11-6.3.0.sql +++ b/docs/upgrades/upgrade_6.2.11-6.3.0.sql @@ -327,4 +327,4 @@ delete from template where namespace='Forum/PostPreview'; insert into settings values ("richEditCss","^/;site.css"); delete from settings where name in ('sharedTrash','sharedClipboard'); - +alter table IndexedSearch add linkURL text;