diff --git a/migration/i1.0c-release/oracle/201307311545_IDEMPIERE-1020.sql b/migration/i1.0c-release/oracle/201307311545_IDEMPIERE-1020.sql new file mode 100644 index 0000000000..a7a0e5dddb --- /dev/null +++ b/migration/i1.0c-release/oracle/201307311545_IDEMPIERE-1020.sql @@ -0,0 +1,5 @@ +-- Jul 31, 2013 3:43:04 PM IST +-- Changes in the layout of Web Service Security window +UPDATE AD_Column SET FieldLength=40,Updated=TO_DATE('2013-07-31 15:43:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=61999 +; + diff --git a/migration/i1.0c-release/postgresql/201307311545_IDEMPIERE-1020.sql b/migration/i1.0c-release/postgresql/201307311545_IDEMPIERE-1020.sql new file mode 100644 index 0000000000..3b702c437a --- /dev/null +++ b/migration/i1.0c-release/postgresql/201307311545_IDEMPIERE-1020.sql @@ -0,0 +1,5 @@ +-- Jul 31, 2013 3:43:04 PM IST +-- Changes in the layout of Web Service Security window +UPDATE AD_Column SET FieldLength=40,Updated=TO_TIMESTAMP('2013-07-31 15:43:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=61999 +; +