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

Syntax error can't drop new foreign key to a table that already has a foreign key #798

Closed
miftahurrahmi opened this issue Sep 15, 2022 · 1 comment · Fixed by #908 or #910
Closed

Comments

@miftahurrahmi
Copy link
Contributor

Describe the bug
Can't drop new foreign key to a table that already has a foreign key

To Reproduce
Steps to reproduce the behavior:

  1. Go to Database Management
  2. Update the table that already has a relation column filed to another table
  3. add new field column or edit field column and set relation foreign key
  4. See error Syntax error or access violation: 1091 Can't DROP FOREIGN KEY
  5. In the database, the column successfully appears the foreign key logo, but the migration process for the column has not been successful

**Badaso **

  • Version 2.5.2
@stale
Copy link

stale bot commented Nov 14, 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.

@stale stale bot added the wontfix This will not be worked on label Nov 14, 2022
@stale stale bot closed this as completed Nov 21, 2022
@miftahurrahmi miftahurrahmi reopened this Mar 1, 2023
@stale stale bot removed the wontfix This will not be worked on label Mar 1, 2023
This was linked to pull requests Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant