Changes between Version 1 and Version 2 of Ticket #5563, comment 14
- Timestamp:
- 04/21/2014 11:01:16 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5563, comment 14
v1 v2 1 Almost there! Still got the DB error upgrading from an existing BP 2.0 install with the wp_signups problem. 1 Almost there! Got these errors when upgrading from an existing BP 2.0 install with the wp_signups problem: 2 3 4 {{{ 5 WordPress database error Duplicate column name 'signup_id' for query ALTER TABLE wp_signups ADD signup_id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST 6 7 WordPress database error Can't DROP 'domain'; check that column/key exists for query ALTER TABLE wp_signups DROP INDEX domain 8 }}} 9 2 10 3 11 `04.patch` should fix this.