forked from Wavyzz/dolibarr
Update 9.0.0-10.0.0.sql
This commit is contained in:
@@ -80,7 +80,7 @@ create table llx_mailing_unsubscribe
|
|||||||
ALTER TABLE llx_mailing_unsubscribe ADD UNIQUE uk_mailing_unsubscribe(email, entity, unsubscribegroup);
|
ALTER TABLE llx_mailing_unsubscribe ADD UNIQUE uk_mailing_unsubscribe(email, entity, unsubscribegroup);
|
||||||
|
|
||||||
ALTER TABLE llx_adherent ADD gender VARCHAR(10);
|
ALTER TABLE llx_adherent ADD gender VARCHAR(10);
|
||||||
ALTER TABLE llx_subscription ADD fk_type int(11);
|
ALTER TABLE llx_subscription ADD fk_type integer(11);
|
||||||
|
|
||||||
-- Add url_id into unique index of bank_url
|
-- Add url_id into unique index of bank_url
|
||||||
ALTER TABLE llx_bank_url DROP INDEX uk_bank_url;
|
ALTER TABLE llx_bank_url DROP INDEX uk_bank_url;
|
||||||
|
|||||||
Reference in New Issue
Block a user