Tribiq CMS

Choose your language

Database Changelog

5.0.0 to 5.0.1

admin.inc.php

- added (int) in front of integer variables for addtemplate function

Database changes

# Support for STRICT TRANS TABLES SQL mode

alter table tribalcms_content_html modify description text NULL, modify keywords text NULL;

alter table tribalcms_content_document modify description text NULL, modify keywords text NULL;

alter table tribalcms_content_html_tmp modify description text NULL, modify keywords text NULL;

alter table tribalcms_content_document_tmp modify description text NULL, modify keywords text NULL;

# Menu Items indexing

alter table tribalcms_menuitems add index (content_type);

alter table tribalcms_menuitems add index (parent_id);