]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorNick Porter <nick@portercomputing.co.uk>
Wed, 12 Oct 2022 10:32:55 +0000 (11:32 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 12 Oct 2022 11:13:39 +0000 (12:13 +0100)
raddb/mods-config/sql/main/postgresql/process-radacct.sql

index 19c79578329f5de63f7e3248131e413ee6e0038d..a103c8f026ee9c2391e9e3ce42a4b0387d0c043c 100644 (file)
@@ -21,7 +21,7 @@
 --  given user could be obtained by queriing this table with:
 --
 --      SELECT
---          TO_CHAR(CURRENT_TIMESTAMP, 'YYYY-Month') AS month,
+--          TO_CHAR(period_start, 'YYYY-Month') AS month,
 --          TRUNC(SUM(acctinputoctets)/1000/1000/1000,9) AS gb_in,
 --          TRUNC(SUM(acctoutputoctets)/1000/1000/1000,9) AS gb_out
 --      FROM