mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
First step of reorganizing admin module into namespaces
This commit is contained in:
parent
4c65499ab1
commit
93947a7f51
10 changed files with 722 additions and 1194 deletions
|
|
@ -3,9 +3,9 @@
|
|||
<table name="admin_favorite" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="admin_favorite_srl" var="adminFavoriteSrl" filter="number" notnull="notnull" />
|
||||
<column name="site_srl" var="site_srl" default="0" />
|
||||
<column name="admin_favorite_srl" var="admin_favorite_srl" filter="number" notnull="notnull" />
|
||||
<column name="site_srl" var="site_srl" filter="number" default="0" />
|
||||
<column name="module" var="module" notnull="notnull" />
|
||||
<column name="type" var="favoriteType" default="module" />
|
||||
<column name="type" var="type" default="module" />
|
||||
</columns>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue