Skip to content
Snippets Groups Projects
Commit c91fda80 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix crash if sg_seo is not installed

parent 3c5008cf
No related branches found
Tags 6.2.2
No related merge requests found
......@@ -22,3 +22,8 @@ CREATE TABLE tx_sgnews_domain_model_author (
path_segment text,
image int(11) unsigned DEFAULT '0'
);
-- also set the tx_sgseo field here in order to fix the dependency
CREATE TABLE pages (
tx_sgseo_schemajson mediumtext
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment