mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix bad table
This commit is contained in:
parent
51322707e9
commit
7997db3eb9
|
|
@ -279,7 +279,7 @@ ALTER TABLE llx_ticket ADD COLUMN fk_barcode_type integer DEFAULT NULL after bar
|
|||
ALTER TABLE llx_ticket ADD UNIQUE INDEX uk_ticket_barcode_barcode_type (barcode, fk_barcode_type, entity);
|
||||
ALTER TABLE llx_ticket ADD CONSTRAINT llx_ticket_fk_product_barcode_type FOREIGN KEY (fk_barcode_type) REFERENCES llx_c_barcode_type (rowid);
|
||||
|
||||
ALTER TABLE llx_societe ADD COLUMN fk_parent integer NULL;
|
||||
ALTER TABLE llx_socpeople ADD COLUMN fk_parent integer NULL;
|
||||
|
||||
ALTER TABLE llx_expeditiondet ADD COLUMN fk_element integer;
|
||||
ALTER TABLE llx_expeditiondet ADD COLUMN element_type varchar(50) DEFAULT 'order' NOT NULL;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user