forgot the postgres script

This commit is contained in:
Carlos Ruiz 2007-10-25 17:06:11 +00:00
parent 0b2bbb050c
commit c867fd6bfb
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
UPDATE ad_column
SET defaultvalue = 'N'
WHERE ad_column_id = 50169;
UPDATE ad_column
SET ad_reference_id = 38
WHERE ad_column_id = 50170;
COMMIT;