chore: remove table ident (#99)
This commit is contained in:
@@ -59,12 +59,6 @@ message TableName {
|
||||
string table_name = 3;
|
||||
}
|
||||
|
||||
message TableIdent {
|
||||
uint32 table_id = 1;
|
||||
TableName table_name = 2;
|
||||
string engine = 3;
|
||||
}
|
||||
|
||||
message TimeInterval {
|
||||
// The unix timestamp in millis of the start of this period.
|
||||
int64 start_timestamp_millis = 1;
|
||||
|
||||
Reference in New Issue
Block a user