Bug fix - added in missing comma in createFilesTable

This commit is contained in:
Chaz Littlejohn 2011-04-08 22:17:34 +00:00
parent b8270aad3f
commit caa8ef6edc

View File

@ -1210,7 +1210,7 @@ class Sql:
id BIGSERIAL, PRIMARY KEY (id), id BIGSERIAL, PRIMARY KEY (id),
file TEXT NOT NULL, file TEXT NOT NULL,
site VARCHAR(32), site VARCHAR(32),
type VARCHAR(7),timestamp without time zone type VARCHAR(7),timestamp without time zone,
startTime timestamp without time zone NOT NULL, startTime timestamp without time zone NOT NULL,
lastUpdate timestamp without time zone NOT NULL, lastUpdate timestamp without time zone NOT NULL,
endTime timestamp without time zone, endTime timestamp without time zone,