From eb27717a9c838b0794bc5b80d8a9dcac61a9f402 Mon Sep 17 00:00:00 2001 From: mark_o Date: Thu, 14 Feb 2008 14:28:56 +0000 Subject: [PATCH] [ 1893518 ] Postgres: 098_BF1892475.sql broken Minor patch (After ALTER statement ";" is missing.) Thanx to agenda_gm for reporting this. --- migration/331b-trunk/postgresql/098_BF1892475.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/migration/331b-trunk/postgresql/098_BF1892475.sql b/migration/331b-trunk/postgresql/098_BF1892475.sql index 980be94ad0..3314354ba6 100644 --- a/migration/331b-trunk/postgresql/098_BF1892475.sql +++ b/migration/331b-trunk/postgresql/098_BF1892475.sql @@ -21,6 +21,7 @@ INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Clien -- Feb 13, 2008 4:17:19 PM SGT -- [ 1892475 ] AD_Reference list is hardcoded to always sort by name ALTER TABLE AD_Reference ADD COLUMN IsOrderByValue CHAR(1) DEFAULT 'N' +; -- Feb 13, 2008 4:19:22 PM SGT -- [ 1892475 ] AD_Reference list is hardcoded to always sort by name