[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1873) JBM_CLUSTER table creation SQL for DB2 is not correct
Yong Hao Gao (JIRA)
jira-events at lists.jboss.org
Wed Jun 8 00:50:59 EDT 2011
JBM_CLUSTER table creation SQL for DB2 is not correct
-----------------------------------------------------
Key: JBMESSAGING-1873
URL: https://issues.jboss.org/browse/JBMESSAGING-1873
Project: JBoss Messaging
Issue Type: Bug
Reporter: Yong Hao Gao
Assignee: Yong Hao Gao
the correct one:
CREATE_CLUSTER_STATE_TABLE=CREATE TABLE JBM_CLUSTER (NODE_ID SMALLINT NOT NULL, PING_TIMESTAMP TIMESTAMP, STATE SMALLINT, PRIMARY KEY(NODE_ID))
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list