updated wording

This commit is contained in:
2026-06-17 16:39:43 +02:00
parent 8b1b9cedc2
commit 7a90ced98e
14 changed files with 257 additions and 79 deletions
@@ -0,0 +1,6 @@
-- Manual currency override for items whose auto-detected currency is wrong.
-- Some Shopify shops price an item identically in base and presentment currency
-- (e.g. $49.90 == €49.90), which makes the conversion heuristic mislabel it.
-- When set, this wins over the fetched currency on every refetch and display.
ALTER TABLE items
ADD COLUMN currency_override TEXT;