mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
create mtimes array rather than mtimes timestamp
This commit is contained in:
parent
4bd5553596
commit
ae9dbd1e5c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ cid integer
|
||||||
,seeds INTEGER[]
|
,seeds INTEGER[]
|
||||||
,nSent INTEGER DEFAULT 0
|
,nSent INTEGER DEFAULT 0
|
||||||
,ctime TIMESTAMP (0) DEFAULT CURRENT_TIMESTAMP
|
,ctime TIMESTAMP (0) DEFAULT CURRENT_TIMESTAMP
|
||||||
,mtime TIMESTAMP (0)
|
,mtimes TIMESTAMP(0)[]
|
||||||
);
|
);
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue