mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +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
|
,msg BYTEA
|
||||||
,msg64 TEXT
|
,msg64 TEXT
|
||||||
,msglen INTEGER
|
,msglen INTEGER
|
||||||
,UNIQUE ( connName, hid, msg )
|
,oneOnly UNIQUE ( connName, hid, msg64, stime )
|
||||||
);
|
);
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue