This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
elink-star
/
ShibeiWorkPlatform
Watch
12
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
info表的content增加全文索引
dev_shibei_match
yinzuomei
4 years ago
parent
19a96955f5
commit
3590210020
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
epmet-module/epmet-message/epmet-message-server/src/main/resources/db/migration/V0.3.16__add_infocontent_idx.sql
1
epmet-module/epmet-message/epmet-message-server/src/main/resources/db/migration/V0.3.16__add_infocontent_idx.sql
View File
@ -0,0 +1 @@
alter
table
info
add
fulltext
index
idx_fulltext_infocontent
(
content
)
;
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
elink-star/ShibeiWorkPlatform
Title
Body
Create Issue