automatic accounting - removing deprecacy/legacy
This commit is contained in:
Binary file not shown.
@@ -202,8 +202,6 @@ pub struct JournalLine {
|
||||
pub source_record_id: i64,
|
||||
#[prost(int64, tag = "12")]
|
||||
pub source_row_revision: i64,
|
||||
#[prost(int64, tag = "13")]
|
||||
pub posting_script_id: i64,
|
||||
}
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
pub struct Journal {
|
||||
|
||||
@@ -141,6 +141,8 @@ pub struct ColumnDefinition {
|
||||
/// PHONE (international or national phone number; generates extension/type/country/calling-code companions)
|
||||
/// TIME (timezone-free time of day)
|
||||
/// MONEY (= unconstrained NUMERIC; currency comes from the table)
|
||||
/// ACCOUNTING (creates the schema-managed name, debit, and credit columns;
|
||||
/// one stored row contributes one line to the profile journal)
|
||||
/// INT
|
||||
/// BIGINT
|
||||
/// DATE
|
||||
|
||||
@@ -123,9 +123,6 @@ pub struct ScriptDependency {
|
||||
/// Logical column name. Empty for aggregates that operate on rows only.
|
||||
#[prost(string, tag = "3")]
|
||||
pub column: ::prost::alloc::string::String,
|
||||
/// Deprecated legacy field. Raw SQL dependencies are no longer produced.
|
||||
#[prost(string, tag = "4")]
|
||||
pub query_fragment: ::prost::alloc::string::String,
|
||||
/// Aggregate operation name, such as sum, count_rows, or exists; empty for
|
||||
/// column_access dependencies.
|
||||
#[prost(string, tag = "5")]
|
||||
|
||||
@@ -45,11 +45,6 @@ pub struct PostTableDataRequest {
|
||||
::prost::alloc::string::String,
|
||||
::prost_types::Value,
|
||||
>,
|
||||
/// Optional. Existing journal that receives the posting generated for this row.
|
||||
/// Required when the table has an active after-insert posting script and rejected
|
||||
/// when the table has no active posting script.
|
||||
#[prost(int64, optional, tag = "4")]
|
||||
pub journal_id: ::core::option::Option<i64>,
|
||||
}
|
||||
/// Insert response.
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
@@ -79,9 +74,6 @@ pub struct PostTableDataBulkRow {
|
||||
::prost::alloc::string::String,
|
||||
::prost_types::Value,
|
||||
>,
|
||||
/// Optional. Existing journal that receives the posting generated for this row.
|
||||
#[prost(int64, optional, tag = "2")]
|
||||
pub journal_id: ::core::option::Option<i64>,
|
||||
}
|
||||
/// Bulk insert request.
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
|
||||
Reference in New Issue
Block a user