create Delivery loop

This commit is contained in:
Manuel Raynaud
2013-09-06 18:41:44 +02:00
parent a3b7e977da
commit b067ef7dcc
11 changed files with 224 additions and 29 deletions

View File

@@ -605,6 +605,7 @@
<column name="description" type="CLOB" />
<column name="chapo" type="LONGVARCHAR" />
<column name="postscriptum" type="LONGVARCHAR" />
<column name="full_namespace" size="255" type="VARCHAR" />
<unique name="code_UNIQUE">
<unique-column name="code" />
</unique>