From 143eba41bb71e97dc574116b9fd9d4e5a4fe1db5 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Fri, 20 Jul 2007 22:52:15 +0000 Subject: [PATCH] Bug fix [ 1754751 ] SQL Error with M_Package --- migration/320-trunk/021_BF_1754751.sql | 5 +++++ migration/320-trunk/postgresql/021_BF_1754751.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/320-trunk/021_BF_1754751.sql create mode 100644 migration/320-trunk/postgresql/021_BF_1754751.sql diff --git a/migration/320-trunk/021_BF_1754751.sql b/migration/320-trunk/021_BF_1754751.sql new file mode 100644 index 0000000000..e06382e60e --- /dev/null +++ b/migration/320-trunk/021_BF_1754751.sql @@ -0,0 +1,5 @@ +UPDATE AD_WINDOW + SET windowtype = 'M' + WHERE ad_window_id = 319 AND windowtype = 'T'; + +COMMIT; \ No newline at end of file diff --git a/migration/320-trunk/postgresql/021_BF_1754751.sql b/migration/320-trunk/postgresql/021_BF_1754751.sql new file mode 100644 index 0000000000..e06382e60e --- /dev/null +++ b/migration/320-trunk/postgresql/021_BF_1754751.sql @@ -0,0 +1,5 @@ +UPDATE AD_WINDOW + SET windowtype = 'M' + WHERE ad_window_id = 319 AND windowtype = 'T'; + +COMMIT; \ No newline at end of file