Skip to content

Commit

Permalink
Clarify that script version IDs are optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp4a50 committed Dec 14, 2023
1 parent 7d9204f commit ac49437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/workerd/io/script-version.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ struct ScriptVersion {
lower @1 :UInt64;
# Least significant bits of the UUID.
}
# A UUID identifying this version.
# An optional UUID identifying this version. A null UUID value (where both upper and lower values
# are 0) can be used to indicate the absence of an ID.
tag @2 :Text;
# An optional tag to associate with this version.
message @3 :Text;
Expand Down

0 comments on commit ac49437

Please sign in to comment.