Drop statements in create_database.sql scripts should be prefixed
-----------------------------------------------------------------

                 Key: JUDDI-116
                 URL: https://issues.apache.org/jira/browse/JUDDI-116
             Project: jUDDI
          Issue Type: Bug
         Environment: Mac OS X
            Reporter: Tom Cunningham
            Assignee: Kurt T Stam


The DROP TABLE statements in the create_database.sql scripts should all be 
prefixed like all of the other TABLE names within the create_database.sql files 
:

-- DROP TABLE BUSINESS_DESCR;

should be

-- DROP TABLE ${prefix}BUSINESS_DESCR


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to