currency per column in table definition

This commit is contained in:
Priec
2026-08-03 15:48:21 +02:00
parent 023f8c9dcb
commit 050f93e1fd
16 changed files with 87 additions and 105 deletions

View File

@@ -30,7 +30,6 @@ message AnalyticsTable {
string name = 2;
repeated AnalyticsCatalogColumn columns = 3;
repeated AnalyticsTableLink links = 4;
string base_currency = 5;
}
message AnalyticsCatalogColumn {
@@ -39,6 +38,8 @@ message AnalyticsCatalogColumn {
string field_type = 2;
bool is_system = 3;
string rounding = 4;
// Canonical ISO-4217 code for MONEY; empty for every other type.
string currency = 5;
}
message AnalyticsTableLink {