From 80d0fe46516a0bf741e06d101ec7e4c20c521e50 Mon Sep 17 00:00:00 2001 From: ywarnier Date: Mon, 27 Aug 2007 17:02:26 +0000 Subject: [PATCH] Fixed typo --- mysql/migration/2.1.0-2.2.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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