Send Netdot-devel mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."


Today's Topics:

   1. [SCM] Netdot branch netdot-1.0 updated.
      netdot-1.0.4-107-g93a4c24 ([email protected])
   2. [SCM] Netdot branch master updated.       netdot-1.0.4-107-g93a4c24
      ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Wed, 30 Oct 2013 11:03:06 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
        netdot-1.0.4-107-g93a4c24
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Netdot".

The branch, netdot-1.0 has been updated
       via  93a4c244f5015810ef5a559c63fed2830966f677 (commit)
      from  3adb31ef15039a6c996164fd89035c100a02d32a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 93a4c244f5015810ef5a559c63fed2830966f677
Author: Carlos Vicente <[email protected]>
Date:   Tue Oct 29 21:42:03 2013 -0400

    Fix to earlier commit

diff --git a/upgrade/updatedb b/upgrade/updatedb
index d41f021..fd94065 100644
--- a/upgrade/updatedb
+++ b/upgrade/updatedb
@@ -228,6 +228,7 @@ sub upg_104_105 {
        push @statements, "ALTER TABLE rrds ADD CONSTRAINT `fk_rr_2` FOREIGN 
KEY (`rr`) REFERENCES `rr` (`id`);";
 
        push @statements, "ALTER TABLE device ADD COLUMN monitoring_template 
varchar(255);";
+       push @statements, "ALTER TABLE device_history ADD COLUMN 
monitoring_template varchar(255);";
 
     }elsif ( $dbms eq 'Pg' ){
 
@@ -279,8 +280,9 @@ sub upg_104_105 {
        push @statements, 'ALTER TABLE bgppeering ADD CONSTRAINT "rrds1" UNIQUE 
("rr", "key_tag", "algorithm", "digest_type");';
 
        push @statements, "ALTER TABLE device ADD COLUMN monitoring_template 
character varying(255);";
+       push @statements, "ALTER TABLE device_history ADD COLUMN 
monitoring_template character varying(255);";
     }
-    
+  
     push @statements, "UPDATE schemainfo SET version='1.0.5' WHERE id=1;";
 
 }

-----------------------------------------------------------------------

Summary of changes:
 upgrade/updatedb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Netdot


------------------------------

Message: 2
Date: Wed, 30 Oct 2013 11:04:00 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch master updated.
        netdot-1.0.4-107-g93a4c24
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Netdot".

The branch, master has been updated
       via  93a4c244f5015810ef5a559c63fed2830966f677 (commit)
      from  3adb31ef15039a6c996164fd89035c100a02d32a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 upgrade/updatedb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Netdot


------------------------------

_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel


End of Netdot-devel Digest, Vol 79, Issue 10
********************************************

Reply via email to