Merge pull request #16038 from Hystepik/develop#3

Fix #16036 Mysql syntax error 13.0.0-14.0.0
This commit is contained in:
Laurent Destailleur 2021-01-21 13:12:24 +01:00 committed by GitHub
commit 437ca1d357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
ALTER TABLE DROP FOREIGN KEY llx_workstation_workstation_fk_user_creat;
ALTER TABLE DROP FOREIGN KEY llx_propal_fk_warehouse;
ALTER TABLE llx_workstation_workstation DROP FOREIGN KEY fk_user_creat;
ALTER TABLE llx_propal DROP FOREIGN KEY fk_warehouse;
CREATE TABLE llx_workstation_workstation(