mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@114 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0871cba960
commit
c5f6d078b6
2 changed files with 5 additions and 2 deletions
|
|
@ -11,8 +11,11 @@
|
|||
<column name="modules.module" alias="module" />
|
||||
<column name="modules.is_default" alias="is_default" />
|
||||
<column name="modules.menu_srl" alias="menu_srl" />
|
||||
<column name="modules.config" alias="config" />
|
||||
<column name="modules.use_category" alias="use_category" />
|
||||
<column name="modules.extra_vars" alias="extra_vars" />
|
||||
<column name="modules.layout_file" alias="layout_file" />
|
||||
<column name="modules.grant" alias="grant" />
|
||||
<column name="modules.admin_id" alias="admin_id" />
|
||||
<column name="modules.header_text" alias="header_text" />
|
||||
<column name="modules.footer_text" alias="footer_text" />
|
||||
<column name="modules.regdate" alias="regdate" />
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<column name="use_category" type="char" size="1" default="N"/>
|
||||
<column name="extra_vars" type="text" />
|
||||
<column name="layout_file" type="varchar" size="250" />
|
||||
<column name="grant" type="text" />
|
||||
<column name="grant_list" type="text" />
|
||||
<column name="admin_id" type="text" />
|
||||
<column name="header_text" type="text" />
|
||||
<column name="footer_text" type="text" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue