Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Critical Milestone-Release-1.2 Component-Migrations Component-ORM-Data-Model

New issue 1903 by [email protected]: Data corruption when deleting data from system?
http://code.google.com/p/qubit-toolkit/issues/detail?id=1903

Two users, Klaus Wendel [1] and Frédéric (CIRA) [2], have reported problems migrating there data due to corruption in the data file.

In both cases there were rows in the q_actor, q_information_object, etc. tables that didn't have a corresponding row in the q_object table. e.g.

mysql> select id from q_information_object where id = 686;
+-----+
| id  |
+-----+
| 686 |
+-----+
1 row in set (0.00 sec)

mysql> select id from q_object where id = 686;
Empty set (0.00 sec)

These data objects are hidden in the application but produce errors when trying to run symfony propel:data-dump.

[1] => https://groups.google.com/group/ica-atom-users/browse_thread/thread/826bc10b958ab05a?hl=en [2] => https://groups.google.com/group/ica-atom-users/browse_thread/thread/bd328658e1b1bd51

--
You received this message because you are subscribed to the Google Groups "Qubit 
Toolkit Issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-issues?hl=en.

Reply via email to