rhymix/modules/module/schemas/module_config.xml
Kijin Sung f596947d0e Add option to make pages available only on one domain
- 2021년에 next 브랜치 적용을 목표로 작업했던 것 가져옴
- modules 테이블에 domain_srl을 추가하여 특정 도메인에서만 유효하도록 설정 가능
- site_srl 변수를 사용하던 곳 중 삭제할 수 있는 곳은 모두 삭제함
2023-06-18 02:53:04 +09:00

6 lines
314 B
XML

<table name="module_config">
<column name="module" type="varchar" size="80" notnull="notnull" primary_key="primary_key" charset="latin1" />
<column name="site_srl" type="number" notnull="notnull" default="0" />
<column name="config" type="bigtext" />
<column name="regdate" type="date" />
</table>