Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rtir
Commits
0932c967
Commit
0932c967
authored
Mar 06, 2014
by
Kevin Falcone
Browse files
Fix a missing word in the instructions
parent
687540b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/UPGRADING-3.0
docs/UPGRADING-3.0
+2
-2
No files found.
docs/UPGRADING-3.0
View file @
0932c967
...
...
@@ -20,8 +20,8 @@ improve the performance of the upgrade.
CREATE INDEX UPGRADE_TRANSACTIONS_NEW ON Transactions(Field,ObjectType, Type, NewReference);
CREATE INDEX UPGRADE_TRANSACTIONS_OLD on Transactions(Field,ObjectType, Type, OldReference);
These should be removed following a successful since they are
unlikely
to be useful in normal RTIR usage.
These should be removed following a successful
upgrade
since they are
unlikely
to be useful in normal RTIR usage.
DROP INDEX UPGRADE_TRANSACTIONS_TYPE ON Transactions;
DROP INDEX UPGRADE_TRANSACTIONS_NEW ON Transactions;
...
...
Write
Preview
Markdown
is supported
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