Tom Wardill has proposed merging ~twom/launchpad:db-oci-recipe-should-require-git-repository into launchpad:db-devel.
Commit message: Revert "Make git_repository column required in OCIRecipe" Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/379978 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~twom/launchpad:db-oci-recipe-should-require-git-repository into launchpad:db-devel.
diff --git a/database/schema/patch-2210-08-4.sql b/database/schema/patch-2210-08-4.sql deleted file mode 100644 index 2ad0e9d..0000000 --- a/database/schema/patch-2210-08-4.sql +++ /dev/null @@ -1,8 +0,0 @@ --- Copyright 2020 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 OCIRecipe ALTER COLUMN git_repository SET NOT NULL; - -INSERT INTO LaunchpadDatabaseRevision VALUES (2210, 08, 4);
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

