diff --git a/migration/353a-trunk/oracle/429_BF2539813.sql b/migration/353a-trunk/oracle/429_BF2539813.sql new file mode 100644 index 0000000000..d6f4314433 --- /dev/null +++ b/migration/353a-trunk/oracle/429_BF2539813.sql @@ -0,0 +1,5 @@ +-- Feb 17, 2009 5:20:59 PM ECT +-- Libero +UPDATE PP_Product_BOMLine SET ComponentType='CO',Updated=TO_DATE('2009-02-17 17:20:59','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE PP_Product_BOMLine_ID=102 +; + diff --git a/migration/353a-trunk/postgresql/429_BF2539813.sql b/migration/353a-trunk/postgresql/429_BF2539813.sql new file mode 100644 index 0000000000..f184b6432b --- /dev/null +++ b/migration/353a-trunk/postgresql/429_BF2539813.sql @@ -0,0 +1,5 @@ +-- Feb 17, 2009 5:20:59 PM ECT +-- Libero +UPDATE PP_Product_BOMLine SET ComponentType='CO',Updated=TO_TIMESTAMP('2009-02-17 17:20:59','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE PP_Product_BOMLine_ID=102 +; +