oarevalo / BugLogHQ

BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
http://www.bugloghq.com
154 stars 67 forks source link

v1.8 and Oracle: Need shorter constraint name in Oracle install script #24

Closed bcswartz closed 11 years ago

bcswartz commented 11 years ago

Oracle sets a 30-character limit on constraint names, and the final foreign key constraint name for the new BL_UserApplication table exceeds that limit.

Easy fix: just change constraint name from "fk_userApplication_ApplicationId" to something like "fk_userApplication_AppId"

With that fixed, the install script runs perfectly. And that was the only Oracle-specific issue I found with version 1.8.

oarevalo commented 11 years ago

Fixed