|
From: Si C. <si...@gr...> - 2007-01-11 20:14:45
|
Author: sichen Date: 2007-01-11 12:14:31 -0800 (Thu, 11 Jan 2007) New Revision: 45 Modified: versions/0.9/trunk/script/mysql/importBOMExample.sql Log: comments on import bom Modified: versions/0.9/trunk/script/mysql/importBOMExample.sql =================================================================== --- versions/0.9/trunk/script/mysql/importBOMExample.sql 2007-01-11 17:38:26 UTC (rev 44) +++ versions/0.9/trunk/script/mysql/importBOMExample.sql 2007-01-11 20:14:31 UTC (rev 45) @@ -1,3 +1,6 @@ +--This is a simple example of importing a Bill of Materials. The products must have already been imported with product imports +--and the BOM file basically has productId, productIdTo, and quantity. I + load data local infile '' ignore |