mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
updates to pseudowires table
git-svn-id: http://www.observium.org/svn/observer/trunk@3121 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
3
sql-schema/018.sql
Normal file
3
sql-schema/018.sql
Normal file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE `pseudowires` ADD `device_id` INT NOT NULL AFTER `pseudowire_id`;
|
||||
TRUNCATE TABLE `pseudowires`;
|
||||
ALTER TABLE `pseudowires` ADD `pw_type` VARCHAR( 32 ) NOT NULL ,ADD `pw_psntype` VARCHAR( 32 ) NOT NULL ,ADD `pw_local_mtu` INT NOT NULL ,ADD `pw_peer_mtu` INT NOT NULL ,ADD `pw_descr` VARCHAR( 128 ) NOT NULL;
|
Reference in New Issue
Block a user