currencies in client never drifts from the server from now on

This commit is contained in:
Priec
2026-09-02 17:12:26 +02:00
parent 4ba518ab4e
commit 94ea9d1f7f
6 changed files with 28 additions and 2 deletions

View File

@@ -743,4 +743,8 @@ message ListColumnTypesResponse {
// Every column type, declarable or not, ordered by name.
repeated ColumnType column_types = 1;
// Every canonical ISO-4217 code accepted by currency-bearing columns and
// profile accounting settings, ordered alphabetically.
repeated string currency_codes = 2;
}