removing legacy
This commit is contained in:
@@ -172,14 +172,12 @@ enum ModuleDataAccessDecision {
|
||||
|
||||
message ModuleDataAccessRequest {
|
||||
string requesting_module = 1;
|
||||
reserved 2, 3;
|
||||
ModuleDataExport data_export = 5;
|
||||
bool granted = 4;
|
||||
}
|
||||
|
||||
message ModuleDataAccessUpdate {
|
||||
string requesting_module = 1;
|
||||
reserved 2;
|
||||
ModuleDataExportId export_id = 4;
|
||||
ModuleDataAccessDecision decision = 3;
|
||||
}
|
||||
@@ -387,8 +385,7 @@ message PutTableDefinitionRequest {
|
||||
// overwriting a newer structural or presentation change.
|
||||
int64 expected_row_version = 7;
|
||||
|
||||
// New physical/catalog name. Empty, or equal to table_name, keeps the
|
||||
// current name for backwards-compatible callers.
|
||||
// Required physical/catalog name. Use table_name to keep the current name.
|
||||
string new_table_name = 8;
|
||||
}
|
||||
|
||||
@@ -704,9 +701,6 @@ message TableDetail {
|
||||
// User-managed single-column indexes. Backend-managed indexes are omitted.
|
||||
repeated string indexes = 13;
|
||||
|
||||
// True when module-owned storage supports catalog-managed rows and settings.
|
||||
bool catalog_managed = 14;
|
||||
|
||||
// Supported catalog operations, not user permissions or a guarantee that a
|
||||
// particular request is valid. Column restrictions, locks, existing data and
|
||||
// optimistic concurrency checks still apply. Unknown values must be ignored.
|
||||
@@ -938,8 +932,6 @@ enum ColumnTypeSpelling {
|
||||
// The name is the whole spelling: "text", "money", "gtin_13".
|
||||
COLUMN_TYPE_SPELLING_BARE = 0;
|
||||
|
||||
reserved 1;
|
||||
|
||||
// The name takes the name of another table in the same profile:
|
||||
// "link(adresar)". The column holds that table's id, and the server creates
|
||||
// the foreign key and its index. A picker offers the profile's other tables
|
||||
|
||||
Reference in New Issue
Block a user