go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/resultdb/script/sql/spanner/2022-04-20-add-gcsuri-to-artifacts.sql (about)

     1  -- Schema update script to add GcsUri to Artifacts.
     2  --
     3  -- Last statement intentionally does not end with ';' otherwise it won't work
     4  -- when passed in through ddl update --ddl-file.
     5  ALTER TABLE Artifacts ADD COLUMN GcsURI STRING(MAX)