From 65c32ccb6e11e146c5f7bdc5dd5f541782f63ff8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 17 Feb 2004 09:50:41 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=E0=20jour=20llx=5Fc=5Fpays?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 4767a23cef2..5b3906b1a9b 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -161,7 +161,8 @@ create table llx_c_pays ( rowid integer PRIMARY KEY, libelle varchar(25), - code char(2) NOT NULL + code char(2) NOT NULL, + active tinyint default 1 )type=innodb; insert into llx_c_pays (rowid,libelle,code) values (0, '-', '');