diff --git a/migration/316-trunk/005_fix_bug_1705537.sql b/migration/316-trunk/005_fix_bug_1705537.sql new file mode 100644 index 0000000000..4ab6d84176 --- /dev/null +++ b/migration/316-trunk/005_fix_bug_1705537.sql @@ -0,0 +1,7 @@ +UPDATE AD_COLUMN + SET ad_reference_value_id = 182, + updated = TO_DATE ('2007-04-22 23:11:58', 'YYYY-MM-DD HH24:MI:SS'), + updatedby = 100 + WHERE ad_column_id = 7968; + +COMMIT; diff --git a/migration/316-trunk/postgresql/005_fix_bug_1705537.sql b/migration/316-trunk/postgresql/005_fix_bug_1705537.sql new file mode 100644 index 0000000000..35959ee371 --- /dev/null +++ b/migration/316-trunk/postgresql/005_fix_bug_1705537.sql @@ -0,0 +1,7 @@ +UPDATE AD_COLUMN + SET ad_reference_value_id = 182, + updated = TO_TIMESTAMP ('2007-04-22 23:11:58', 'YYYY-MM-DD HH24:MI:SS'), + updatedby = 100 + WHERE ad_column_id = 7968; + +COMMIT; \ No newline at end of file