Fix ID: [2478283] -DefaultValue of AD_Process.AD_PrintFormat_ID should be null

https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2478283&group_id=176962
This commit is contained in:
Carlos Ruiz 2008-12-31 19:12:57 +00:00
parent 090d515476
commit 487d3bf1df
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
-- just for postgresql

View File

@ -0,0 +1,2 @@
-- https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2478283&group_id=176962
UPDATE AD_Column SET DefaultValue = NULL WHERE AD_Column_ID = 7752;