fix db update!

git-svn-id: http://www.observium.org/svn/observer/trunk@2711 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-11-02 19:02:03 +00:00
parent 4f3b42be54
commit ba703fd86f
2 changed files with 12 additions and 7 deletions
+5
View File
@@ -4,6 +4,11 @@ http://www.observium.org/websvn/listing.php?repname=observer
SVN
* Smokeping integration
* Fixed Cisco VLAN tracking
* Much improved devices/ports browsing
* Some improvements to map
0.10.5.2248 ( 5th May 2011 )
* Improve poller/discovery
+7 -7
View File
@@ -12,10 +12,10 @@ ALTER TABLE `bills` ADD `rate_95th_in` int(11) NOT NULL;
ALTER TABLE `bills` ADD `rate_95th_out` int(11) NOT NULL;
ALTER TABLE `bills` ADD `rate_95th` int(11) NOT NULL;
ALTER TABLE `bills` ADD `dir_95th` varchar(3) NOT NULL;
ALTER TABLE `total_data` int(11) NOT NULL;
ALTER TABLE `total_data_in` int(11) NOT NULL;
ALTER TABLE `total_data_out` int(11) NOT NULL;
ALTER TABLE `rate_average_in` int(11) NOT NULL;
ALTER TABLE `rate_average_out` int(11) NOT NULL;
ALTER TABLE `rate_average` int(11) NOT NULL;
ALTER TABLE `bill_last_calc` datetime NOT NULL;
ALTER TABLE `bills` ADD `total_data` int(11) NOT NULL;
ALTER TABLE `bills` ADD `total_data_in` int(11) NOT NULL;
ALTER TABLE `bills` ADD `total_data_out` int(11) NOT NULL;
ALTER TABLE `bills` ADD `rate_average_in` int(11) NOT NULL;
ALTER TABLE `bills` ADD `rate_average_out` int(11) NOT NULL;
ALTER TABLE `bills` ADD `rate_average` int(11) NOT NULL;
ALTER TABLE `bills` ADD `bill_last_calc` datetime NOT NULL;