Skip to content

Commit 0922c8a

Browse files
committed
lib: Drop errant comma
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 128a99d commit 0922c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sql/grant-all.postgres.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ GRANT INSERT, SELECT ON
7272
patchwork_comment,
7373
patchwork_coverletter,
7474
patchwork_event,
75-
patchwork_seriesreference,
75+
patchwork_seriesreference
7676
TO "nobody";
7777
GRANT INSERT, SELECT, UPDATE ON
7878
patchwork_submission

0 commit comments

Comments
 (0)