[Tickets #10233] Re: Migration errors

bugs at horde.org bugs at horde.org
Tue Jun 14 14:14:36 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10233
------------------------------------------------------------------------------
  Ticket             | 10233
  Updated By         | Jan Schneider <jan at horde.org>
  Summary            | Migration errors
  Queue              | Whups
  Version            | Git master
  Type               | Bug
  State              | Feedback
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             | Michael Rubinsky
------------------------------------------------------------------------------


Jan Schneider <jan at horde.org> (2011-06-14 14:14) wrote:

> I probably should change that to check for the tables' existence first.

No, that's fine, we don't check this in other migration scripts  
either. Of course we could add the check everywhere, to avoid  
confusion on the admin's end.

> Can you post a DESCRIBE whups_logs?

+----------------+--------------+------+-----+---------+-------+
| Field          | Type         | Null | Key | Default | Extra |
+----------------+--------------+------+-----+---------+-------+
| ticket_id      | int(11)      | NO   | MUL | 0       |       |
| log_timestamp  | int(11)      | NO   | MUL | 0       |       |
| user_id        | varchar(255) | NO   |     |         |       |
| log_type       | varchar(255) | YES  |     | NULL    |       |
| log_value      | varchar(255) | YES  |     | NULL    |       |
| log_id         | int(11)      | YES  |     | NULL    |       |
| transaction_id | int(11)      | YES  |     | NULL    |       |
| log_value_num  | int(11)      | YES  |     | NULL    |       |
+----------------+--------------+------+-----+---------+-------+







More information about the bugs mailing list