#1884 closed defect (bug) (fixed)
Reactivating BP 1.2 SQL errors [has-patch]
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | minor |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
When you deactivate and reactivate BP 1.2-rc2, you can get SQL errors.
One error is trying to alter the activity table column component_action to type. It gave me an error because my table had already been altered. I attached a diff that checks to see if the column exists before trying to rename it.
Another error is in trying to insert default data into some xprofile tables. The patch I attached first checks to see if there is already data there, so that it won't have to call a failing INSERT statement.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [2668]) Fixes #1884