Skip to content

Commit 3e72fa3

Browse files
committed
Escape the NUL separator so the cloud GC migration isn't binary
The reference-count map key used literal 0x00 bytes as its separator, which made git (and GitHub's diff view) treat the whole file as binary. Use the \u0000 escape instead — same runtime string, plain-text source. The local sqlite migration already used a printable separator.
1 parent 6a864c5 commit 3e72fa3

1 file changed

File tree

10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)