launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30784
[Merge] ~ines-almeida/launchpad:db-add-social-accounts-table into launchpad:db-devel
Ines Almeida has proposed merging ~ines-almeida/launchpad:db-add-social-accounts-table into launchpad:db-devel.
Commit message:
db: add DB table permissions to launchpad_main
Requested reviews:
William Grant (wgrant)
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/457523
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad:db-add-social-accounts-table into launchpad:db-devel.
diff --git a/database/schema/security.cfg b/database/schema/security.cfg
index 50328ff..ba96238 100644
--- a/database/schema/security.cfg
+++ b/database/schema/security.cfg
@@ -326,6 +326,7 @@ public.snapjob = SELECT, INSERT, UPDATE, DELETE
public.snapsubscription = SELECT, INSERT, UPDATE, DELETE
public.snappydistroseries = SELECT, INSERT, UPDATE, DELETE
public.snappyseries = SELECT, INSERT, UPDATE, DELETE
+public.socialaccount = SELECT, INSERT, UPDATE, DELETE
public.sourcepackageformatselection = SELECT
public.sourcepackagepublishinghistory = SELECT
public.sourcepackagerecipe = SELECT, INSERT, UPDATE, DELETE