multiclient setup2
This commit is contained in:
@@ -149,6 +149,8 @@ pub struct RecomputedRow {
|
||||
pub table_name: ::prost::alloc::string::String,
|
||||
#[prost(int64, tag = "2")]
|
||||
pub row_id: i64,
|
||||
#[prost(int64, tag = "3")]
|
||||
pub row_revision: i64,
|
||||
}
|
||||
/// Soft-delete a single row.
|
||||
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
@@ -482,7 +484,7 @@ pub mod tables_data_client {
|
||||
///
|
||||
/// * Validates profile and table definition
|
||||
/// * Returns all columns as strings (COALESCE(col::TEXT, '') AS col)
|
||||
/// including: id, deleted, all user-defined columns, and FK columns
|
||||
/// including: id, deleted, row_revision, all user-defined columns, and FK columns
|
||||
/// named "\<linked_table>\_id" for each table link
|
||||
/// * Fails with NOT_FOUND if record does not exist or is soft-deleted
|
||||
/// * If the physical table is missing but the definition exists, returns INTERNAL
|
||||
@@ -674,7 +676,7 @@ pub mod tables_data_server {
|
||||
///
|
||||
/// * Validates profile and table definition
|
||||
/// * Returns all columns as strings (COALESCE(col::TEXT, '') AS col)
|
||||
/// including: id, deleted, all user-defined columns, and FK columns
|
||||
/// including: id, deleted, row_revision, all user-defined columns, and FK columns
|
||||
/// named "\<linked_table>\_id" for each table link
|
||||
/// * Fails with NOT_FOUND if record does not exist or is soft-deleted
|
||||
/// * If the physical table is missing but the definition exists, returns INTERNAL
|
||||
|
||||
Reference in New Issue
Block a user