mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
fix constraint, and add stime to it
This commit is contained in:
parent
c9daf91b06
commit
a4de87cfeb
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ id SERIAL
|
|||
,msg BYTEA
|
||||
,msg64 TEXT
|
||||
,msglen INTEGER
|
||||
,UNIQUE ( connName, hid, msg )
|
||||
,oneOnly UNIQUE ( connName, hid, msg64, stime )
|
||||
);
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue