Skip to content
Snippets Groups Projects
Commit d12a8710 authored by Steven Murray's avatar Steven Murray
Browse files

Removed the ALTER TABLE command which tried to create the NN_SvcClass_Name

constraint for a second time which is not possible and caused the schema
creation script to fail.
parent a62aaf96
No related branches found
No related tags found
No related merge requests found
......@@ -885,9 +885,6 @@ CREATE OR REPLACE TYPE strListTable AS TABLE OF VARCHAR2(2048);
/
/* SvcClass constraints */
ALTER TABLE SvcClass
MODIFY (name CONSTRAINT NN_SvcClass_Name NOT NULL);
ALTER TABLE SvcClass
MODIFY (forcedFileClass CONSTRAINT NN_SvcClass_ForcedFileClass NOT NULL);
......
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