Schema changes checked in
"Tim Anderson" <[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <[email protected]> |
I've checked in changes to the database schema, which will break anyone running a version from CVS. The changes replace numeric 'messageid' columns with a varchar(64), in order to support bug #782209 - JMSMessageID generation inadequate (https://sourceforge.net/tracker/?func=detail&atid=474136&aid=782209&group_i d=54559) I've also updated the 0.7.2 -> 0.7.6 schema migration, so that its now run via dbtool using the -migrate switch. -Tim