Backed out changeset e688971f79c2 / IDEMPIERE-3851 Filtering list box (AP2-671 TrekGlobal) - make this default for all lists / remove too aggressive approach for lists, better to be defined per implementation
This commit is contained in:
parent
963009b7c7
commit
2d7a246cf7
|
@ -1,5 +0,0 @@
|
|||
UPDATE ad_column SET isautocomplete='Y' WHERE ad_reference_id IN (17,18,19) AND isautocomplete!='Y';
|
||||
|
||||
SELECT register_migration_script('201902221447_IDEMPIERE-3851.sql') FROM dual
|
||||
;
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
UPDATE ad_column SET isautocomplete='Y' WHERE ad_reference_id IN (17,18,19) AND isautocomplete!='Y';
|
||||
|
||||
SELECT register_migration_script('201902221447_IDEMPIERE-3851.sql') FROM dual
|
||||
;
|
||||
|
Loading…
Reference in New Issue