-
-
Save nodirt/b3a831773766855bba08117f6207c85c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[cr go] proto $ (completed_builds) bqschemaupdater -message buildbucket.events.BuildCompleted -table cr-buildbucket-dev.experimental.completed_builds | |
Updating table "cr-buildbucket-dev.experimental.completed_builds" | |
The following changes to the schema will be made. | |
================================================================================ | |
--- Current | |
+++ New | |
@@ -76,6 +76,9 @@ | |
repeated STRING tags | |
INTEGER x | |
+ | |
+ // this is Y. | |
+ INTEGER y | |
} | |
// Time of the event creation. | |
================================================================================ | |
Continue? [y/N] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment