Author: tfischer
Date: Sun Mar 4 13:08:46 2012
New Revision: 1296799
URL: http://svn.apache.org/viewvc?rev=1296799&view=rev
Log:
removed unused table
Modified:
db/torque/torque4/trunk/torque-test/src/main/schema/test-schema.xml
Modified: db/torque/torque4/trunk/torque-test/src/main/schema/test-schema.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/src/main/schema/test-schema.xml?rev=1296799&r1=1296798&r2=1296799&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-test/src/main/schema/test-schema.xml
(original)
+++ db/torque/torque4/trunk/torque-test/src/main/schema/test-schema.xml Sun Mar
4 13:08:46 2012
@@ -45,16 +45,6 @@
</foreign-key>
</table>
- <table name="course_number1" description="Number for a course">
- <column name="course_num" required="true" type="INTEGER"/>
- <column name="course_id" required="true" type="INTEGER"/>
-
- <foreign-key foreignTable="course"
- onDelete="cascade" onUpdate="cascade">
- <reference local="course_id" foreign="id"/>
- </foreign-key>
- </table>
-
<!-- reference to external schema -->
<table name="ext_schema">
<column name="ext_schema_id" required="true" primaryKey="true"
type="INTEGER"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]