multiclient setup2
This commit is contained in:
@@ -61,7 +61,7 @@ service TablesData {
|
||||
// Behavior:
|
||||
// - 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
|
||||
@@ -210,6 +210,7 @@ message PutTableDataResponse {
|
||||
message RecomputedRow {
|
||||
string table_name = 1;
|
||||
int64 row_id = 2;
|
||||
int64 row_revision = 3;
|
||||
}
|
||||
|
||||
// Soft-delete a single row.
|
||||
|
||||
Reference in New Issue
Block a user