Fix postgres error script

This commit is contained in:
Carlos Ruiz 2008-10-10 21:41:21 +00:00
parent fb6232be35
commit c1d429b09e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ UPDATE AD_Field SET Name='BOM & Formula', Description='BOM & Formula', Help=NULL
ALTER TABLE R_Group ADD COLUMN PP_Product_BOM_ID NUMERIC(10)
;
alter table R_Group add constraint PPProductBOM_RGroup foreign key (PP_Product_BOM_ID) references PP_Product_BOM (PP_Product_BOM_ID) validate
alter table R_Group add constraint PPProductBOM_RGroup foreign key (PP_Product_BOM_ID) references PP_Product_BOM (PP_Product_BOM_ID)
;
-- 07.10.2008 17:42:36 EEST