Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple rows in translation_text table for same translation_id + locale_id combo #421

Open
disperse opened this issue Apr 5, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@disperse
Copy link
Contributor

disperse commented Apr 5, 2022

mysql> select * from translation_text where translation_id = "095b4dd7-73c0-4189-9c6e-5a2f3ffc3971";
+--------------------------------------+--------------------------------------+--------------------------------------+-----------------+---------------------+---------------------+------------+
| id | translation_id | locale_id | translated_text | created_at | updated_at | deleted_at |
+--------------------------------------+--------------------------------------+--------------------------------------+-----------------+---------------------+---------------------+------------+
| da979bf3-4a63-4a34-866c-e75fc2631775 | 095b4dd7-73c0-4189-9c6e-5a2f3ffc3971 | 4a1d88ab-84d4-11e5-ba05-0800279114ca | No res | 2022-02-25 01:13:32 | 2022-02-25 01:13:32 | NULL |
| dd994459-49ce-4009-813a-ea99b1aad469 | 095b4dd7-73c0-4189-9c6e-5a2f3ffc3971 | 4a1d88ab-84d4-11e5-ba05-0800279114ca | 3 | 2022-02-25 01:13:32 | 2022-02-25 01:13:32 | NULL |
| f7accb7b-1a90-4c23-92de-31f6d8144936 | 095b4dd7-73c0-4189-9c6e-5a2f3ffc3971 | 48984fbe-84d4-11e5-ba05-0800279114ca | 3 | 2022-02-25 01:13:32 | 2022-02-25 01:13:32 | NULL |
+--------------------------------------+--------------------------------------+--------------------------------------+-----------------+---------------------+---------------------+------------+
3 rows in set (0.00 sec)

@disperse disperse added the bug Something isn't working label Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant