Tom Wardill has proposed merging lp:~twom/launchpad/snapbuild-json-data-column into lp:launchpad.
Commit message: Add a metadata column to SnapBuild Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~twom/launchpad/snapbuild-json-data-column/+merge/360191 -- Your team Launchpad code reviewers is requested to review the proposed merge of lp:~twom/launchpad/snapbuild-json-data-column into lp:launchpad.
=== added file 'database/schema/patch-2209-83-5.sql' --- database/schema/patch-2209-83-5.sql 1970-01-01 00:00:00 +0000 +++ database/schema/patch-2209-83-5.sql 2018-12-06 14:08:31 +0000 @@ -0,0 +1,10 @@ +-- Copyright 2018 Canonical Ltd. This software is licensed under the +-- GNU Affero General Public License version 3 (see the file LICENSE). + +SET client_min_messages=ERROR; + +ALTER TABLE SnapBuild ADD COLUMN store_upload_json_data text; + +COMMENT ON COLUMN SnapBuild.store_upload_json_data IS 'Data that is specific to a particular build.'; + +INSERT INTO LaunchpadDatabaseRevision VALUES (2209, 83, 5);
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

