Fix mise a jour fichier creation future table stockage des models de messages.

This commit is contained in:
Laurent Destailleur 2009-04-15 22:55:25 +00:00
parent 8f1d865b91
commit c75e812a76
2 changed files with 4 additions and 2 deletions

View File

@ -108,6 +108,8 @@ alter table llx_commande_fournisseur drop column product_type;
alter table llx_commande_fournisseur drop column date_start;
alter table llx_commande_fournisseur drop column date_end;
drop table llx_models;
-- V4.1 delete from llx_projet_task where fk_projet not in (select rowid from llx_projet);
-- V4.1 ALTER TABLE llx_projet_task ADD CONSTRAINT fk_projet_task_fk_projet FOREIGN KEY (fk_projet) REFERENCES llx_projet (rowid);

View File

@ -1,5 +1,5 @@
-- ============================================================================
-- Copyright (C) 2007 Laurent Destailleur <eldy@users.sourceforge.net>
-- Copyright (C) 2007-2009 Laurent Destailleur <eldy@users.sourceforge.net>
--
-- 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
@ -18,7 +18,7 @@
-- $Id$
-- ============================================================================
create table llx_models
create table llx_texts
(
rowid integer AUTO_INCREMENT PRIMARY KEY,