added bin / application/octet-stream to the mimetypes
added columns
alter table users add column export_expiration datetime not null default '0000-00-00 00:00:00';
alter table users add column downloads_left int(5) not null default 0;
INSERT INTO products (`name`, `order`) VALUES ('trueHWIL', 10);
INSERT INTO products (`name`, `order`) VALUES ('MP21283x',11);
INSERT INTO products (`name`, `order`) VALUES ('MP21283xHELI',12);
INSERT INTO products (`name`, `order`) VALUES ('Dayview', 13);
INSERT INTO products (`name`, `order`) VALUES ('Nightview',14);
alter table `uav_config` add column `uav_datalink_none` int(10) unsigned not null default '0';
alter table `uav_config` add column `uav_datalink_900` int(10) unsigned not null default '0';
alter table `uav_config` add column `uav_datalink_24` int(10) unsigned not null default '0';
alter table `uav_config` add column `uav_datalink_other` varchar(45) collate latin1_general_ci default NULL;
alter table `uav_config` add column `uav_videolink_none` int(10) unsigned not null default '0';
alter table `uav_config` add column `uav_videolink_900` int(10) unsigned not null default '0';
alter table `uav_config` add column `uav_videolink_24` int(10) unsigned not null default '0';
alter table `uav_config` add column `uav_videolink_other` varchar(45) collate latin1_general_ci default NULL;
alter table `uav_config` add column `uav_override_27` int(10) unsigned not null default '0';
alter table `uav_config` add column `uav_override_35` int(10) unsigned not null default '0';
alter table `uav_config` add column `uav_override_50` int(10) unsigned not null default '0';
alter table `uav_config` add column `uav_override_72` int(10) unsigned not null default '0';
alter table `uav_config` add column `uav_override_75` int(10) unsigned not null default '0';
alter table `uav_config` add column `uav_override_2400` int(10) unsigned not null default '0';
alter table `uav_config` add column `uav_override_other` varchar(45) collate latin1_general_ci default NULL;