launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #27595
Re: [Merge] ~jugmac00/launchpad:populate-signedcodeofconduct.affirmed into launchpad:master
I think your problem is probably that the "garbo" database user doesn't have the necessary permissions on that table. You can fix this in `database/schema/security.cfg`: the `[garbo]` section will need something like `public.signedcodeofconduct = SELECT, UPDATE`.
security.cfg changes are applied automatically on rollouts to our various instances, but in a development setup you'll need to run `for db in launchpad_empty launchpad_dev_template launchpad_dev launchpad_ftest_template launchpad_ftest_playground; do database/schema/security.py -d $db; done` (or `make schema`, but that wipes and replaces your local database rather than changing its permissions in place).
--
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/410227
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:populate-signedcodeofconduct.affirmed into launchpad:master.
References