]> git.ipfire.org Git - thirdparty/patchwork.git/commit
sql: Fix table lists
authorAli Alnubani <alialnu@mellanox.com>
Wed, 4 Sep 2019 13:40:31 +0000 (13:40 +0000)
committerStephen Finucane <stephen@that.guru>
Fri, 6 Sep 2019 13:29:43 +0000 (14:29 +0100)
commit1a36ed51a8e1e073dad6dc14b683ef68d44f98fa
treeabc2a4b66ed2fc6eeb1d5754554767994b9d8dfd
parent31a6d76605fd2d5e0144bbbcacfa8a769fd65bae
sql: Fix table lists

The patch adds missing commas in the table lists where missing, and
removes where unnecessary. This fixes errors such as the following when
feeding the script to psql:

  psql:lib/sql/grant-all.postgres.sql:37: ERROR: syntax error at or near "patchwork_emailconfirmation"
  LINE 19:  patchwork_emailconfirmation,
  ...

Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
Reviewed-by: Stephen Finucane <stephen@that.guru>
Fixes: ca0e79d4db34 ("sql: Sort 'grant-all' scripts alphabetically")
lib/sql/grant-all.postgres.sql