mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 23:32:54 +09:00
Remove unnecessary site_srl from several other modules
This commit is contained in:
parent
972fbc9ca6
commit
1f34c33e29
29 changed files with 79 additions and 224 deletions
|
|
@ -4,7 +4,7 @@
|
|||
</tables>
|
||||
<columns>
|
||||
<column name="admin_favorite_srl" var="adminFavoriteSrl" filter="number" notnull="notnull" />
|
||||
<column name="site_srl" var="site_srl" filter="number" notnull="notnull" />
|
||||
<column name="site_srl" var="site_srl" default="0" />
|
||||
<column name="module" var="module" notnull="notnull" />
|
||||
<column name="type" var="favoriteType" default="module" />
|
||||
</columns>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue