diff --git a/migration/340s-trunk/150_BF1959534.sql b/migration/340s-trunk/150_BF1959534.sql new file mode 100644 index 0000000000..cd06995426 --- /dev/null +++ b/migration/340s-trunk/150_BF1959534.sql @@ -0,0 +1,4 @@ +-- May 7, 2008 4:57:14 PM EEST +-- Default comment for updating dictionary +UPDATE AD_Column SET AD_Reference_ID=30,Updated=TO_DATE('2008-05-07 16:57:14','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=14495 +; diff --git a/migration/340s-trunk/postgresql/150_BF1959534.sql b/migration/340s-trunk/postgresql/150_BF1959534.sql new file mode 100644 index 0000000000..706614a287 --- /dev/null +++ b/migration/340s-trunk/postgresql/150_BF1959534.sql @@ -0,0 +1,4 @@ +-- May 7, 2008 4:57:14 PM EEST +-- Default comment for updating dictionary +UPDATE AD_Column SET AD_Reference_ID=30,Updated=TO_TIMESTAMP('2008-05-07 16:57:14','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=14495 +;