mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
Merge pull request #22085 from lkotsoni/Add_notes_to_productlot
[NEW][#22048][Added notes to productlot module]
This commit is contained in:
@@ -145,6 +145,9 @@ CREATE TABLE llx_bank_extrafields
|
||||
|
||||
ALTER TABLE llx_bank_extrafields ADD INDEX idx_bank_extrafields (fk_object);
|
||||
|
||||
ALTER TABLE llx_product_lot ADD COLUMN note_public text DEFAULT NULL after batch;
|
||||
ALTER TABLE llx_product_lot ADD COLUMN note_private text DEFAULT NULL after note_public;
|
||||
|
||||
ALTER TABLE llx_user CHANGE COLUMN note note_private text;
|
||||
|
||||
UPDATE llx_c_effectif SET code='EF101-500', libelle='101 - 500' WHERE code='EF100-500';
|
||||
|
||||
Reference in New Issue
Block a user