diff --git a/pgsql/tables/llx_propal_model_pdf.sql b/mysql/tables/llx_document_model.sql similarity index 75% rename from pgsql/tables/llx_propal_model_pdf.sql rename to mysql/tables/llx_document_model.sql index 451e36da0c8..8c465b372b1 100644 --- a/pgsql/tables/llx_propal_model_pdf.sql +++ b/mysql/tables/llx_document_model.sql @@ -1,9 +1,6 @@ --- Generated from dolibarr_mysql2pgsql --- (c) 2004, PostgreSQL Inc. --- (c) 2005, Laurent Destailleur. - -- =================================================================== -- Copyright (C) 2001-2003 Rodolphe Quiedeville +-- Copyright (C) 2006 Laurent Destailleur -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -22,13 +19,14 @@ -- $Id$ -- $Source$ -- --- Liste des modeles de propale pdf disponibles +-- Liste des modeles de document disponibles -- -- =================================================================== -create table llx_propal_model_pdf +create table document_model ( - nom varchar(50) PRIMARY KEY, - "libelle" varchar(255), - "description" text -); + nom varchar(50) PRIMARY KEY, + type varchar(12) NOT NULL, + "libelle" varchar(255), + "description" text +); \ No newline at end of file