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.2-6-gb87a3f0 ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Mon, 29 Oct 2012 05:52:07 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.2-6-gb87a3f0
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 b87a3f06603b315270a327f6566bbec3660ace8c (commit)
from 605b499941dbcd83a95a3a5590fd3bb70835cfbc (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 b87a3f06603b315270a327f6566bbec3660ace8c
Author: Carlos Vicente <[email protected]>
Date: Mon Oct 29 08:51:56 2012 -0400
Remove empty unique constraint arrays, which causes problems with recent
versions of SQL::Translator
diff --git a/etc/netdot.meta b/etc/netdot.meta
index b74f63e..f14cb00 100644
--- a/etc/netdot.meta
+++ b/etc/netdot.meta
@@ -106,7 +106,6 @@ $meta = {
isjoin => '0',
label => [ 'access', 'object_class', 'object_id' ],
primary_key => 'id',
- unique => [ [ ] ],
views => {
all => [
'access',
@@ -202,7 +201,6 @@ $meta = {
isjoin => '0',
label => [ 'tstamp', 'username', 'label' ],
primary_key => 'id',
- unique => [ [ ] ],
views => {
all => [
'tstamp',
@@ -352,7 +350,6 @@ $meta = {
'interface',
],
primary_key => 'id',
- unique => [],
views => {
all => [
'interface',
@@ -1735,7 +1732,6 @@ $meta = {
'contacttype'
],
primary_key => 'id',
- unique => [],
views => {
all => [
'person',
@@ -3792,7 +3788,6 @@ $meta = {
'physaddr'
],
primary_key => 'id',
- unique => [],
views => {
all => [
'interface',
@@ -6330,7 +6325,6 @@ $meta = {
'rr'
],
primary_key => 'id',
- unique => [],
views => {
all => [
'cpu',
@@ -6624,7 +6618,6 @@ $meta = {
'replacement',
],
primary_key => 'id',
- unique => [[ ]],
views => {
all => [
'order_field',
@@ -6939,7 +6932,6 @@ $meta = {
'rr'
],
primary_key => 'id',
- unique => [],
views => {
all => [
'txtdata',
@@ -7799,7 +7791,6 @@ $meta = {
'strand2'
],
primary_key => 'id',
- unique => [],
views => {
all => [
'strand1',
@@ -8490,7 +8481,6 @@ $meta = {
'zone',
],
primary_key => 'id',
- unique => [ [ ] ],
views => {
all => [
'tstamp',
-----------------------------------------------------------------------
Summary of changes:
etc/netdot.meta | 10 ----------
1 files changed, 0 insertions(+), 10 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 67, Issue 21
********************************************