[ 1893518 ] Postgres: 098_BF1892475.sql broken

Minor patch (After ALTER statement ";" is missing.) Thanx to agenda_gm for reporting this.
This commit is contained in:
mark_o 2008-02-14 14:28:56 +00:00
parent fe5a502bfb
commit eb27717a9c
1 changed files with 1 additions and 0 deletions

View File

@ -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