Skip to content

Commit 5ff2936

Browse files
author
AaronCasas
authored
[DATA-323] Add bson tags to syncdata db record types. (#41)
1 parent e3ce37c commit 5ff2936

File tree

3 files changed

+425
-320
lines changed

3 files changed

+425
-320
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dist/tool-install: Makefile
2424

2525
dist/buf: dist/buf-go
2626

27-
dist/buf-go: dist/tool-install proto/viam/app/v1/app.proto proto/tagger/v1/tagger.proto
27+
dist/buf-go: dist/tool-install proto/viam/app/v1/app.proto proto/tagger/v1/tagger.proto proto/viam/datasync/v1/data_sync.proto
2828
PATH=$(PATH_WITH_TOOLS) buf lint
2929
PATH=$(PATH_WITH_TOOLS) buf format -w
3030
PATH=$(PATH_WITH_TOOLS) buf generate

0 commit comments

Comments
 (0)