[ 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:
parent
fe5a502bfb
commit
eb27717a9c
|
@ -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
|
-- Feb 13, 2008 4:17:19 PM SGT
|
||||||
-- [ 1892475 ] AD_Reference list is hardcoded to always sort by name
|
-- [ 1892475 ] AD_Reference list is hardcoded to always sort by name
|
||||||
ALTER TABLE AD_Reference ADD COLUMN IsOrderByValue CHAR(1) DEFAULT 'N'
|
ALTER TABLE AD_Reference ADD COLUMN IsOrderByValue CHAR(1) DEFAULT 'N'
|
||||||
|
;
|
||||||
|
|
||||||
-- Feb 13, 2008 4:19:22 PM SGT
|
-- Feb 13, 2008 4:19:22 PM SGT
|
||||||
-- [ 1892475 ] AD_Reference list is hardcoded to always sort by name
|
-- [ 1892475 ] AD_Reference list is hardcoded to always sort by name
|
||||||
|
|
Loading…
Reference in New Issue