rename prefix singleSign to cas
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
</page_setting>
|
||||
<category_index>0</category_index>
|
||||
<zoom>1.0</zoom>
|
||||
<x>3166</x>
|
||||
<y>1170</y>
|
||||
<x>3413</x>
|
||||
<y>1172</y>
|
||||
<default_color>
|
||||
<r>128</r>
|
||||
<g>128</g>
|
||||
@@ -12959,6 +12959,19 @@
|
||||
</column>
|
||||
</columns>
|
||||
</inidex>
|
||||
<inidex>
|
||||
<full_text>false</full_text>
|
||||
<non_unique>true</non_unique>
|
||||
<name>idx_sys_msg_pushw_imp</name>
|
||||
<type></type>
|
||||
<description></description>
|
||||
<columns>
|
||||
<column>
|
||||
<id>013bfa07b771054f43105d72d01324d96518fc38</id>
|
||||
<desc>false</desc>
|
||||
</column>
|
||||
</columns>
|
||||
</inidex>
|
||||
</indexes>
|
||||
<complex_unique_key_list>
|
||||
</complex_unique_key_list>
|
||||
@@ -13833,6 +13846,19 @@
|
||||
</column>
|
||||
</columns>
|
||||
</inidex>
|
||||
<inidex>
|
||||
<full_text>false</full_text>
|
||||
<non_unique>true</non_unique>
|
||||
<name>idx_sys_msg_push_imp</name>
|
||||
<type></type>
|
||||
<description></description>
|
||||
<columns>
|
||||
<column>
|
||||
<id>385ac7698fd3d6123c18f7cd819a83e80313f614</id>
|
||||
<desc>false</desc>
|
||||
</column>
|
||||
</columns>
|
||||
</inidex>
|
||||
</indexes>
|
||||
<complex_unique_key_list>
|
||||
</complex_unique_key_list>
|
||||
|
||||
@@ -75,6 +75,7 @@ DROP INDEX idx_sys_msg_push_ps;
|
||||
DROP INDEX idx_sys_msg_push_rs;
|
||||
DROP INDEX idx_sys_msg_push_bk;
|
||||
DROP INDEX idx_sys_msg_push_bt;
|
||||
DROP INDEX idx_sys_msg_push_imp;
|
||||
DROP INDEX idx_sys_msg_pushw_type;
|
||||
DROP INDEX idx_sys_msg_pushw_rc;
|
||||
DROP INDEX idx_sys_msg_pushw_uc;
|
||||
@@ -84,6 +85,7 @@ DROP INDEX idx_sys_msg_pushw_ps;
|
||||
DROP INDEX idx_sys_msg_pushw_rs;
|
||||
DROP INDEX idx_sys_msg_pushw_bk;
|
||||
DROP INDEX idx_sys_msg_pushw_bt;
|
||||
DROP INDEX idx_sys_msg_pushw_imp;
|
||||
DROP INDEX idx_sys_msg_tpl_key;
|
||||
DROP INDEX idx_sys_msg_tpl_type;
|
||||
DROP INDEX idx_sys_msg_tpl_status;
|
||||
@@ -906,6 +908,7 @@ CREATE INDEX idx_sys_msg_push_ps ON js_sys_msg_push (push_status);
|
||||
CREATE INDEX idx_sys_msg_push_rs ON js_sys_msg_push (read_status);
|
||||
CREATE INDEX idx_sys_msg_push_bk ON js_sys_msg_push (biz_key);
|
||||
CREATE INDEX idx_sys_msg_push_bt ON js_sys_msg_push (biz_type);
|
||||
CREATE INDEX idx_sys_msg_push_imp ON js_sys_msg_push (is_merge_push);
|
||||
CREATE INDEX idx_sys_msg_pushw_type ON js_sys_msg_push_wait (msg_type);
|
||||
CREATE INDEX idx_sys_msg_pushw_rc ON js_sys_msg_push_wait (receive_code);
|
||||
CREATE INDEX idx_sys_msg_pushw_uc ON js_sys_msg_push_wait (receive_user_code);
|
||||
@@ -915,6 +918,7 @@ CREATE INDEX idx_sys_msg_pushw_ps ON js_sys_msg_push_wait (push_status);
|
||||
CREATE INDEX idx_sys_msg_pushw_rs ON js_sys_msg_push_wait (read_status);
|
||||
CREATE INDEX idx_sys_msg_pushw_bk ON js_sys_msg_push_wait (biz_key);
|
||||
CREATE INDEX idx_sys_msg_pushw_bt ON js_sys_msg_push_wait (biz_type);
|
||||
CREATE INDEX idx_sys_msg_pushw_imp ON js_sys_msg_push_wait (is_merge_push);
|
||||
CREATE INDEX idx_sys_msg_tpl_key ON js_sys_msg_template (tpl_key);
|
||||
CREATE INDEX idx_sys_msg_tpl_type ON js_sys_msg_template (tpl_type);
|
||||
CREATE INDEX idx_sys_msg_tpl_status ON js_sys_msg_template (status);
|
||||
|
||||
Reference in New Issue
Block a user