Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To update the values, please:

1. Access your database and find the table: AO_338ACC_SETTINGS

2. There, write execute the SQL query:

Code Block
insert into "AO_338ACC_SETTINGS" ("ISS","SETTING_ID","SETTING_VALUE","DELETED") values ('fd044424-0309-3299-bf3d-cafe346dfcfb', 9, BEHIND_VALUE, 0);
insert into "AO_338ACC_SETTINGS" ("ISS","SETTING_ID","SETTING_VALUE","DELETED") values ('fd044424-0309-3299-bf3d-cafe346dfcfb', 10, ON_TRACK_VALUE, 0);

...