create mtimes array rather than mtimes timestamp

This commit is contained in:
Eric House 2010-12-01 21:09:25 -08:00
parent 4bd5553596
commit ae9dbd1e5c

View file

@ -43,7 +43,7 @@ cid integer
,seeds INTEGER[]
,nSent INTEGER DEFAULT 0
,ctime TIMESTAMP (0) DEFAULT CURRENT_TIMESTAMP
,mtime TIMESTAMP (0)
,mtimes TIMESTAMP(0)[]
);
EOF