mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #2619] Multiple Foreign keys are failing because of wrong datatype #1660
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1660
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @noaharkbs on GitHub (Sep 29, 2022).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2619
Impacted versions
Steps to reproduce
Current behavior
ERROR 1005 (HY000) at line 984: Can't create table `modoboa_contacts_category` (errno: 150 "Foreign key constraint is incorrectly formed")Problems are the wrong datatype at the contraints on tables, i.E.:
user_id has a constraint to core_user.id which is a bigint(20).
Expected behavior
@stale[bot] commented on GitHub (Dec 3, 2022):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.