forgot the postgres script
This commit is contained in:
parent
0b2bbb050c
commit
c867fd6bfb
|
@ -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;
|
Loading…
Reference in New Issue