Fix size of origintype

This commit is contained in:
Laurent Destailleur
2021-12-17 09:54:03 +01:00
parent fd404c0438
commit fcb10df570
2 changed files with 2 additions and 1 deletions

View File

@@ -479,3 +479,4 @@ ALTER TABLE llx_session MODIFY COLUMN user_agent VARCHAR(255) NULL;
ALTER TABLE llx_inventorydet ADD COLUMN fk_movement integer NULL;
ALTER TABLE llx_stock_mouvement MODIFY COLUMN origintype varchar(64);