/[dolibarr]/dolibarr/mysql/migration/1.1.0-2.0.0.sql
ViewVC logotype

Diff of /dolibarr/mysql/migration/1.1.0-2.0.0.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.72 by eldy, Sat Oct 8 15:58:14 2005 UTC revision 1.73 by eldy, Sun Oct 9 19:52:22 2005 UTC
# Line 642  alter table llx_mailing_cibles ADD UNIQU Line 642  alter table llx_mailing_cibles ADD UNIQU
642  --  tms             timestamp,  --  tms             timestamp,
643  --  datem           datetime,  --  datem           datetime,
644  --  fk_product      integer NOT NULL,  --  fk_product      integer NOT NULL,
 --  fk_entrepot     integer NOT NULL,  
645  --  value           integer,  --  value           integer,
646  --  type_mouvement  smallint,  --  type_mouvement  smallint,
647  --  fk_user_author  integer,  --  fk_user_author  integer,
# Line 650  alter table llx_mailing_cibles ADD UNIQU Line 649  alter table llx_mailing_cibles ADD UNIQU
649  --  key(fk_entrepot)  --  key(fk_entrepot)
650  --)type=innodb;  --)type=innodb;
651    
652    alter table llx_stock_mouvement ADD fk_entrepot     integer NOT NULL after fk_product;
653    
654    
655  create table llx_birthday_alert  create table llx_birthday_alert
656  (  (

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26