Code: Select all
$ php extras/upgrade.php
Faking Low Thold Version
Running Thold Upgrade
Moderators: Developers, Moderators
Code: Select all
$ php extras/upgrade.php
Faking Low Thold Version
Running Thold Upgrade
Code: Select all
ALTER TABLE thold_data ADD COLUMN bl_thold_valid INT UNSIGNED NOT NULL DEFAULT 0
Code: Select all
alter table thold_data drop bl_thold_valid;
Code: Select all
ALTER TABLE thold_data REMOVE COLUMN bl_enabled;
ALTER TABLE thold_template REMOVE COLUMN bl_enabled;
Code: Select all
alter table thold_data drop bl_enabled;
alter table thold_template drop bl_enabled;
Code: Select all
ALTER TABLE thold_data ADD COLUMN expression varchar(70) NOT NULL DEFAULT '';
ALTER TABLE thold_template ADD COLUMN expression varchar(70) NOT NULL DEFAULT '';
Code: Select all
alter table thold_data drop bl_enabled;
alter table thold_template drop bl_enabled;
Code: Select all
db_execute("ALTER TABLE thold_data REMOVE COLUMN bl_enabled", FALSE);
db_execute("ALTER TABLE thold_template REMOVE COLUMN bl_enabled", FALSE);
Code: Select all
alter table thold_data drop bl_thold_valid;
Users browsing this forum: No registered users and 1 guest