From 26be6c6d74dc8c920a5e1a4b4c74fa7dbaff5b02 Mon Sep 17 00:00:00 2001 From: Eldon Koyle Date: Mon, 30 Nov 2015 11:14:10 -0700 Subject: [PATCH] Add schema --- sql-schema/079.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sql-schema/079.sql b/sql-schema/079.sql index a6a7e48f2..718c4005a 100644 --- a/sql-schema/079.sql +++ b/sql-schema/079.sql @@ -36,7 +36,6 @@ create table ports_statistics ( ifOutMulticastPkts_prev bigint(20) DEFAULT NULL, ifOutMulticastPkts_delta bigint(20) DEFAULT NULL, ifOutMulticastPkts_rate int(11) DEFAULT NULL, - PRIMARY KEY(port_id), - FOREIGN KEY(port_id) REFERENCES ports(port_id) + PRIMARY KEY(port_id) );