[m]修改opc相关表加载到内存的专业限制,允许第四个应用加载

This commit is contained in:
liang-ys 2026-04-03 14:51:38 +08:00
parent 78c65b7b59
commit 0da8c35f89

View File

@ -6526,7 +6526,7 @@
</Table>
<Table name="opc_config_define" description="opc配置表" comment="" use_type="db+rdb">
<Db type="param" is_backup="yes"/>
<Rdb max_record_num="20000" subsystem_flag="0" select_by_location="yes" select_by_subsystem="yes"/>
<Rdb max_record_num="20000" subsystem_flag="8" select_by_location="yes" select_by_subsystem="yes"/>
<Column name="TAG_NAME" description="标签名" comment="" use_type="db+rdb" is_key="yes" data_type="string" data_length="64">
<Db is_null="no" is_index="" index_type="" index_sort="" is_auto_increment="no" default_value=""/>
<Rdb type="param" default_value="" is_syn_to_slave="no" is_update_to_rdb="yes"/>
@ -6570,7 +6570,7 @@
</Table>
<Table name="opc_config_version" description="opc配置版本记录表" comment="" use_type="db+rdb">
<Db type="param" is_backup="yes"/>
<Rdb max_record_num="100" subsystem_flag="0" select_by_location="no" select_by_subsystem="yes"/>
<Rdb max_record_num="100" subsystem_flag="8" select_by_location="no" select_by_subsystem="yes"/>
<Column name="DOMAIN_ID" description="所属域" comment="" use_type="db+rdb" is_key="yes" data_type="int" data_length="4">
<Db is_null="no" is_index="" index_type="" index_sort="" is_auto_increment="no" default_value=""/>
<Rdb type="param" default_value="" is_syn_to_slave="no" is_update_to_rdb="yes"/>