removed legacy

This commit is contained in:
Priec
2026-07-29 22:00:19 +02:00
parent 4086f1c8e0
commit db827490ff
10 changed files with 16 additions and 32 deletions

View File

@@ -192,14 +192,12 @@ message ColumnDefinition {
// s ≤ p and p ≥ 1.
string field_type = 2;
reserved 3;
// MONEY rounding applied before a value is stored.
MoneyRounding rounding = 4;
MoneyRounding rounding = 3;
// When true, this numeric column is server-owned and projected from the
// profile quantity ledger.
bool quantity_ledger = 5;
bool quantity_ledger = 4;
}
// Response after table creation (success + DDL preview).