Display module that is setted 'have_instance' on easyinstall server at add menu

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12292 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-11-23 07:59:17 +00:00
parent 76c448d62e
commit 30ba6b7835
9 changed files with 55 additions and 2 deletions

View file

@ -2,6 +2,7 @@
<column name="package_srl" type="number" size="11" notnull="notnull" default="0" index="idx_package_srl" />
<column name="category_srl" type="number" size="11" default="0" index="idx_category_srl" />
<column name="path" type="varchar" size="250" notnull="notnull" unique="unique_path" />
<column name="have_instance" type="char" size="1" notnull="notnull" default="N" />
<column name="updatedate" type="date" index="idx_regdate" />
<column name="latest_item_srl" type="number" size="11" default="0" notnull="notnull" />
<column name="version" type="varchar" size="255" />