Browse Source

Bug fix - no, actually 'type' field does not require two commas and a timestamp

master
Chaz Littlejohn 13 years ago
parent
commit
1cbb1a6a18
  1. 2
      pyfpdb/SQL.py

2
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),
startTime timestamp without time zone NOT NULL,
lastUpdate timestamp without time zone NOT NULL,
endTime timestamp without time zone,

Loading…
Cancel
Save