yes, i suck, i know :(

git-svn-id: http://www.observium.org/svn/observer/trunk@894 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-02-20 20:26:32 +00:00
parent 539fc1cf96
commit b5258aa32e

View File

@ -104,5 +104,5 @@ ALTER TABLE `bgpPeers_cbgp` CHANGE `afi` `afi` VARCHAR( 16 ) NOT NULL , CHANGE `
ALTER TABLE `eventlog` ADD `reference` VARCHAR( 64 ) NOT NULL AFTER `type`; ALTER TABLE `eventlog` ADD `reference` VARCHAR( 64 ) NOT NULL AFTER `type`;
ALTER TABLE `syslog` CHANGE `datetime` `datetime` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP; ALTER TABLE `syslog` CHANGE `datetime` `datetime` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;
ALTER TABLE `syslog` DROP `host`, DROP `processed`; ALTER TABLE `syslog` DROP `host`, DROP `processed`;
RENAME TABLE `interfaces` TO `observer_demo`.`ports` ; RENAME TABLE `interfaces` TO `ports` ;
RENAME TABLE `interfaces_perms` TO `observer_demo`.`ports_perms` ; RENAME TABLE `interfaces_perms` TO `ports_perms` ;