Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
yecl
wecube
Commits
4f60dfc5
Commit
4f60dfc5
authored
4 years ago
by
gavin2lee
Browse files
Options
Download
Email Patches
Plain Diff
#2046 add index
parent
6cbeccab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform-core/src/main/resources/db/upgrade/wecube_platform_core_2.7.1.sql
+2
-0
.../main/resources/db/upgrade/wecube_platform_core_2.7.1.sql
with
2 additions
and
0 deletions
+2
-0
platform-core/src/main/resources/db/upgrade/wecube_platform_core_2.7.1.sql
0 → 100644
+
2
-
0
View file @
4f60dfc5
create
index
idx_core_operation_event_seq_no_1
on
core_operation_event
(
event_seq_no
);
create
index
idx_core_ru_proc_exec_binding_inst_id_1
on
core_ru_proc_exec_binding
(
proc_inst_id
);
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help