Skip to content

Edit Geo-Fence Charge Cost not saving #3889

Answered by natrlhy
natrlhy asked this question in Q&A
Discussion options

You must be logged in to vote

So after a little AI questioning I was able to figure this out! This is how I manually updated the charge cost_per_unit in my geofence table with a name of Home 🥇

SELECT * FROM geofences WHERE name LIKE 'Home';
UPDATE geofences SET cost_per_unit = 0.3521 WHERE id = 11;

Ta-da! Still uncertain why the web interface won't save it.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@natrlhy
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by natrlhy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants