From 26076ed0299b4bdec4d408473552641017d2e104 Mon Sep 17 00:00:00 2001
From: Regis Houssin <regis@dolibarr.fr>
Date: Mon, 26 Oct 2009 12:46:59 +0000
Subject: [PATCH] Fix: compatibility with postgesql

---
 htdocs/install/mysql/migration/2.6.0-2.7.0.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/install/mysql/migration/2.6.0-2.7.0.sql b/htdocs/install/mysql/migration/2.6.0-2.7.0.sql
index 3064653f8f1..a5639bfe56b 100644
--- a/htdocs/install/mysql/migration/2.6.0-2.7.0.sql
+++ b/htdocs/install/mysql/migration/2.6.0-2.7.0.sql
@@ -458,7 +458,7 @@ alter table llx_commandedet modify special_code integer UNSIGNED DEFAULT 0;
 alter table llx_facturedet modify special_code integer UNSIGNED DEFAULT 0;
 alter table llx_propaldet modify special_code integer UNSIGNED DEFAULT 0;
 alter table llx_societe modify special_code integer NULL;
-alter table llx_c_forme_juridique modifiy code integer UNIQUE NOT NULL;
+alter table llx_c_forme_juridique modify code integer UNIQUE NOT NULL;
 
 ALTER TABLE llx_adherent_options ADD INDEX uk_adherent_options (adhid);
 ALTER TABLE llx_bank_class ADD UNIQUE INDEX idx_bank_class_lineid (lineid);
-- 
GitLab