diff --git a/migration/331b-trunk/055_Bug1863640.sql b/migration/331b-trunk/055_Bug1863640.sql new file mode 100644 index 0000000000..f2b1fbe7bf --- /dev/null +++ b/migration/331b-trunk/055_Bug1863640.sql @@ -0,0 +1,5 @@ +-- Jan 3, 2008 6:21:50 PM COT +-- 1863640 - Window View Allocation is showing Post button +UPDATE AD_Field SET DisplayLogic='@Processed@=Y & @#ShowAcct@=Y',Updated=TO_DATE('2008-01-03 18:21:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=10430 +; + diff --git a/migration/331b-trunk/postgresql/055_Bug1863640.sql b/migration/331b-trunk/postgresql/055_Bug1863640.sql new file mode 100644 index 0000000000..a46fbf5c88 --- /dev/null +++ b/migration/331b-trunk/postgresql/055_Bug1863640.sql @@ -0,0 +1,5 @@ +-- Jan 3, 2008 6:21:51 PM COT +-- 1863640 - Window View Allocation is showing Post button +UPDATE AD_Field SET DisplayLogic='@Processed@=Y & @#ShowAcct@=Y',Updated=TO_TIMESTAMP('2008-01-03 18:21:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=10430 +; +