From caa8ef6edc9461cf3065acd80f29e9bb04987ad0 Mon Sep 17 00:00:00 2001 From: Chaz Littlejohn Date: Fri, 8 Apr 2011 22:17:34 +0000 Subject: [PATCH] Bug fix - added in missing comma in createFilesTable --- pyfpdb/SQL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/SQL.py b/pyfpdb/SQL.py index 48a2ef6d..aa0b0876 100644 --- a/pyfpdb/SQL.py +++ b/pyfpdb/SQL.py @@ -1210,7 +1210,7 @@ class Sql: id BIGSERIAL, PRIMARY KEY (id), file TEXT NOT NULL, site VARCHAR(32), - type VARCHAR(7),timestamp without time zone + type VARCHAR(7),timestamp without time zone, startTime timestamp without time zone NOT NULL, lastUpdate timestamp without time zone NOT NULL, endTime timestamp without time zone,