diff --git a/mysql/migration/2.1.0-2.2.0.sql b/mysql/migration/2.1.0-2.2.0.sql index 907e78dacce..ddb61d4edaa 100644 --- a/mysql/migration/2.1.0-2.2.0.sql +++ b/mysql/migration/2.1.0-2.2.0.sql @@ -823,4 +823,4 @@ alter table llx_boxes modify box_order varchar(3) NOT NULL; alter table llx_bordereau_cheque modify number integer; -ALTER TABLE llx_facturedet ADD COLUM special_code tinyint unsigned default 0; \ No newline at end of file +ALTER TABLE llx_facturedet ADD COLUMN special_code tinyint unsigned default 0; \ No newline at end of file