]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Small SQL schema typos (#4093)
authorNick Porter <nick@portercomputing.co.uk>
Tue, 25 May 2021 14:58:54 +0000 (15:58 +0100)
committerGitHub <noreply@github.com>
Tue, 25 May 2021 14:58:54 +0000 (10:58 -0400)
raddb/mods-config/sql/main/oracle/schema.sql
raddb/mods-config/sql/main/postgresql/schema.sql

index c049bd9686d126c60e713fc9534f2d018d66a71f..73f16579ee2f387a1122e59e3484863a64d22016 100644 (file)
@@ -208,7 +208,7 @@ CREATE TABLE radpostauth (
          Pass          VARCHAR(64),
          Reply         VARCHAR(64),
          AuthDate      TIMESTAMP(6) WITH TIME ZONE,
-         Class         VARCHAR(64),
+         Class         VARCHAR(64)
 );
 
 CREATE SEQUENCE radpostauth_seq START WITH 1 INCREMENT BY 1;
index c88af7f66f3579ab94552c7739ee21c46f6f9545..0521ea0b38aa03ca53bb27ec449c393f22e1bc9c 100644 (file)
@@ -153,7 +153,7 @@ CREATE TABLE radpostauth (
        CalledStationId         text,
        CallingStationId        text,
        authdate                timestamp with time zone NOT NULL default now(),
-       Class                   text,
+       Class                   text
 );
 
 --