fix constraint, and add stime to it

This commit is contained in:
Eric House 2013-09-24 07:29:03 -07:00
parent c9daf91b06
commit a4de87cfeb

View file

@ -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