We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e257c8 + ac49437 commit 9757dcbCopy full SHA for 9757dcb
src/workerd/io/script-version.capnp
@@ -14,7 +14,8 @@ struct ScriptVersion {
14
lower @1 :UInt64;
15
# Least significant bits of the UUID.
16
}
17
- # A UUID identifying this version.
+ # An optional UUID identifying this version. A null UUID value (where both upper and lower values
18
+ # are 0) can be used to indicate the absence of an ID.
19
tag @2 :Text;
20
# An optional tag to associate with this version.
21
message @3 :Text;
0 commit comments