From 78c31a0d4d61284da92df364b60d6fd474eecee9 Mon Sep 17 00:00:00 2001
From: Rodolphe Quiedeville <rodolphe@quiedeville.org>
Date: Tue, 2 Aug 2005 12:44:25 +0000
Subject: [PATCH] Modif table llx_facture_rec

---
 mysql/migration/1.1.0-2.0.0.sql | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mysql/migration/1.1.0-2.0.0.sql b/mysql/migration/1.1.0-2.0.0.sql
index 1238dac0915..aef65cc72a3 100644
--- a/mysql/migration/1.1.0-2.0.0.sql
+++ b/mysql/migration/1.1.0-2.0.0.sql
@@ -197,6 +197,9 @@ alter table llx_facture add  increment           varchar(10);
 alter table llx_facture drop column author;
 alter table llx_facture drop column fk_user;
 
+alter table llx_facture_rec add frequency char(2) DEFAULT NULL;
+alter table llx_facture_rec add last_gen varchar(7) DEFAULT NULL;
+
 create table llx_societe_commerciaux
 (
   rowid         integer AUTO_INCREMENT PRIMARY KEY,
-- 
GitLab