From 30cfdcdf2a0e4803f5c1b5c631bf4c55747d1035 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 30 Jan 2004 09:48:53 +0000 Subject: [PATCH] Renome la table c_paiement en llx_c_paiement --- mysql/migration/1.1.0-1.2.0-RC1.sql | 1 + 1 file changed, 1 insertion(+) 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 e14826a9fb3..39163dc600e 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -43,3 +43,4 @@ create table llx_co_fa key(fk_facture) ); +alter table c_paiement rename llx_c_paiement ; \ No newline at end of file