Skip to content
Snippets Groups Projects
Commit b44dfde6 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

removed DROP of procedure handleReplication as it was reintroduced

parent d2847f76
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment