Skip to content

Commit

Permalink
feat: table ident (#50)
Browse files Browse the repository at this point in the history
* feat: table ident
  • Loading branch information
MichaelScofield authored Jun 15, 2023
1 parent abb1d0a commit aee86f4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 19 deletions.
48 changes: 29 additions & 19 deletions go/greptime/v1/meta/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/greptime/v1/meta/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ message TableName {
message TableIdent {
uint32 table_id = 1;
TableName table_name = 2;
string engine = 3;
}

message TimeInterval {
Expand Down

0 comments on commit aee86f4

Please sign in to comment.