-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add storage index create indexOnly flag #1080
Conversation
go.mod
Outdated
@@ -81,3 +81,5 @@ require ( | |||
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect | |||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect | |||
) | |||
|
|||
replace github.com/heroiclabs/nakama-common => ../nakama-common |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm, I assume it's a leftover from local development?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, it's intentional as we'll wait for the corresponding nakama-common
changes to be merged and then point go.mod
to that commit and rebase.
adecd40
to
e0204d4
Compare
33988f4
to
b81de3a
Compare
4c16728
to
ea65dbd
Compare
Add storage object create and update times in storage write acks.
nakama-common changes PR: heroiclabs/nakama-common#130