From a4de87cfeb10427416e2a5503109ae485e35e55d Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 24 Sep 2013 07:29:03 -0700 Subject: [PATCH] fix constraint, and add stime to it --- xwords4/relay/xwrelay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/relay/xwrelay.sh b/xwords4/relay/xwrelay.sh index 5a50d1fc7..e46ad56fa 100755 --- a/xwords4/relay/xwrelay.sh +++ b/xwords4/relay/xwrelay.sh @@ -74,7 +74,7 @@ id SERIAL ,msg BYTEA ,msg64 TEXT ,msglen INTEGER -,UNIQUE ( connName, hid, msg ) +,oneOnly UNIQUE ( connName, hid, msg64, stime ) ); EOF