git-svn-id: http://xe-core.googlecode.com/svn/trunk@813 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-30 06:54:22 +00:00
parent ad822f2fc0
commit 9b79db480a
42 changed files with 298 additions and 293 deletions

View file

@ -1,10 +1,10 @@
<query id="insertActionFoward" action="insert">
<tables>
<table name="action_foward" />
</tables>
<columns>
<column name="module" default="module" notnull="notnull" />
<column name="type" default="type" notnull="notnull" />
<column name="action" default="action" notnull="notnull" />
</columns>
<tables>
<table name="action_foward" />
</tables>
<columns>
<column name="module" default="module" notnull="notnull" />
<column name="type" default="type" notnull="notnull" />
<column name="action" default="action" notnull="notnull" />
</columns>
</query>