jford 2004/04/06 08:01:46
Added: src/torque-schema email-schema.xml
Log:
Need -schema in name for torque om generation
Revision Changes Path
1.1 jakarta-jetspeed/src/torque-schema/email-schema.xml
Index: email-schema.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!--
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_1.dtd">
<!-- ==================================================================== -->
<!-- -->
<!-- T U R B I N E P R O J E C T S C H E M A -->
<!-- -->
<!-- ==================================================================== -->
<!-- This is an example Turbine project schema. -->
<!-- ==================================================================== -->
<database package="org.apache.jetspeed.om.apps.email">
<!-- EmailInbox -->
<table name="EMAIL_INBOX" idMethod="idbroker">
<column name="EMAIL_INBOX_ID" required="true" autoIncrement="true"
primaryKey="true" type="INTEGER"/>
<column name="MESSAGE_ID" size="255" type="VARCHAR"/>
<column name="FILENAME" size="255" type="VARCHAR"/>
<column name="ATTACHMENT" type="BLOB"/>
<column name="READFLAG" type="INTEGER"/>
</table>
</database>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]