From f7842102b3f6174de84c7505cd7a6d0459aded34 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 30 Jan 2004 10:19:29 +0000 Subject: [PATCH] Ajout renommage table c_propalst --- mysql/migration/1.1.0-1.2.0-RC1.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql index 39163dc600e..040aa88d32a 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -43,4 +43,5 @@ create table llx_co_fa key(fk_facture) ); -alter table c_paiement rename llx_c_paiement ; \ No newline at end of file +alter table c_paiement rename llx_c_paiement ; +alter table c_propalst rename llx_c_propalst ; \ No newline at end of file