INT-2756 Fixed SQL schema generation template

Regenerate schemas
This commit is contained in:
Oleg Zhurakousky
2012-09-20 08:51:38 -04:00
committed by Gary Russell
parent 26e2a45ee6
commit 6db976ebaa
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ CREATE TABLE INT_MESSAGE (
MESSAGE_BYTES ${BLOB}
)#if(${VOODOO}) ${VOODOO}#end;
CREATE INDEX INT_MESSAGE_IX1 ON INT_MESSAGE (CREATED_DATE)#if(${VOODOO}) ${VOODOO}#end;
CREATE INDEX INT_MESSAGE_IX1 ON INT_MESSAGE (CREATED_DATE);
CREATE TABLE INT_GROUP_TO_MESSAGE (
GROUP_KEY CHAR(36) NOT NULL,