From 522c81cc2d3628888f43381b8c7e0fc0ccf41db7 Mon Sep 17 00:00:00 2001 From: Robert Anderson <randerson@lbsd.net> Date: Tue, 11 Aug 2009 11:08:49 +0000 Subject: [PATCH] We dont use AcctInputPackets in accounting_summary --- database/core.tsql | 2 -- 1 file changed, 2 deletions(-) diff --git a/database/core.tsql b/database/core.tsql index 42b8fad1..21ae9cb1 100644 --- a/database/core.tsql +++ b/database/core.tsql @@ -259,8 +259,6 @@ CREATE TABLE @PREFIX@accounting_summary ( AcctInputGigawords @INT_UNSIGNED@, - AcctInputPackets @INT_UNSIGNED@, - AcctOutputOctets @INT_UNSIGNED@, AcctOutputGigawords @INT_UNSIGNED@ -- GitLab