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

This commit is contained in:
zero 2007-04-12 03:24:17 +00:00
parent 4f1d02cda0
commit ea50fbbaa6
43 changed files with 235 additions and 101 deletions

View file

@ -1,9 +1,9 @@
<query id="insertAddon" action="insert">
<tables>
<table name="addons" />
</tables>
<columns>
<column name="addon" var="addon" notnull="notnull" />
<column name="regdate" var="regdate" default="curdate()" />
</columns>
<tables>
<table name="addons" />
</tables>
<columns>
<column name="addon" var="addon" notnull="notnull" />
<column name="regdate" var="regdate" default="curdate()" />
</columns>
</query>