Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
b77cda0e
Commit
b77cda0e
authored
Dec 01, 2014
by
Sebastien Ponce
Browse files
removed DROP of procedure handleReplication as it was reintroduced
parent
3b19cb96
Changes
1
Hide whitespace changes
Inline
Side-by-side
upgrades/stager_2.1.14_to_2.1.15.sql
View file @
b77cda0e
...
...
@@ -130,7 +130,6 @@ CREATE INDEX I_SubRequest_LastModTime ON SubRequest (lastModificationTime);
/* Modify SvcClass table for the drop of replicateOnClose */
ALTER
TABLE
SvcClass
DROP
COLUMN
replicateOnClose
;
ALTER
TABLE
SvcClass
RENAME
COLUMN
maxReplicaNb
to
replicaNb
;
DROP
PROCEDURE
handleReplication
;
/* drop obsoleted entities */
-- updates support
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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