Skip to content

Commit f82201d

Browse files
authored
feat: add ddl task service (#53)
* feat: add ddl task service * chore: apply suggestions from CR * chore: add path to build.rs
1 parent 7aeaeab commit f82201d

8 files changed

Lines changed: 857 additions & 321 deletions

File tree

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ fn main() {
2929
"proto/greptime/v1/meta/common.proto",
3030
"proto/greptime/v1/meta/heartbeat.proto",
3131
"proto/greptime/v1/meta/route.proto",
32+
"proto/greptime/v1/meta/ddl.proto",
3233
"proto/greptime/v1/meta/store.proto",
3334
"proto/greptime/v1/meta/lock.proto",
3435
"proto/greptime/v1/meta/cluster.proto",

0 commit comments

Comments
 (0)