/[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.88 by eldy, Thu Nov 3 23:31:32 2005 UTC revision 1.89 by eldy, Tue Nov 8 23:40:07 2005 UTC
# Line 481  alter table llx_entrepot add fk_pays int Line 481  alter table llx_entrepot add fk_pays int
481  alter table llx_product add stock_propale integer default 0;  alter table llx_product add stock_propale integer default 0;
482  alter table llx_product add stock_commande integer default 0;  alter table llx_product add stock_commande integer default 0;
483  alter table llx_product add seuil_stock_alerte integer default 0;  alter table llx_product add seuil_stock_alerte integer default 0;
484  update llx_product set ref=substr(label,0,15) where ref is null;  update llx_product set ref=substring(label,0,15) where ref is null;
485  alter table llx_product modify ref varchar(15) UNIQUE NOT NULL;  alter table llx_product modify ref varchar(15) UNIQUE NOT NULL;
486  alter table llx_product add note text after description;  alter table llx_product add note text after description;
487    

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89

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