#1 April 27, 2012 11:30am

timbuckingham
Administrator
From: Baltimore, MD
Registered: April 2, 2012
Posts: 974

Upgrading to BigTree 4.0 beta 3 from earlier betas.

There has been a change in SQL structure for two tables in BigTree 4.0 beta 3.  You'll want to execute the following SQL commands on an older installation to avoid any quirks:

ALTER TABLE `bigtree_callouts` ADD COLUMN `display_default` varchar(255) NULL AFTER `description`;
ALTER TABLE `bigtree_callouts` ADD COLUMN `display_field` varchar(255) NULL AFTER `display_default`;
ALTER TABLE `bigtree_module_actions` ADD COLUMN `level` int(11) NOT NULL AFTER `class`;

Offline

Board footer

Powered by FluxBB

The Discussion Forum is not available on displays of this size.