Ported script to postgresql, tested and it's working
This commit is contained in:
parent
52d3381cdb
commit
50ecd95167
|
@ -0,0 +1,5 @@
|
|||
UPDATE AD_FIELD
|
||||
SET issameline = 'N'
|
||||
WHERE ad_field_id = 2204;
|
||||
|
||||
COMMIT;
|
Loading…
Reference in New Issue