Fix must be foreign key name, not field name.
This commit is contained in:
parent
437ca1d357
commit
cfa593def1
@ -57,8 +57,8 @@ ALTER TABLE llx_website ADD COLUMN pageviews_total BIGINT UNSIGNED DEFAULT 0;
|
|||||||
|
|
||||||
|
|
||||||
-- Drop foreign key with bad name or not required
|
-- Drop foreign key with bad name or not required
|
||||||
ALTER TABLE llx_workstation_workstation DROP FOREIGN KEY fk_user_creat;
|
ALTER TABLE llx_workstation_workstation DROP FOREIGN KEY llx_workstation_workstation_fk_user_creat;
|
||||||
ALTER TABLE llx_propal DROP FOREIGN KEY fk_warehouse;
|
ALTER TABLE llx_propal DROP FOREIGN KEY llx_propal_fk_warehouse;
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE llx_workstation_workstation(
|
CREATE TABLE llx_workstation_workstation(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user