Skip to content

[v3] nonexistent relation in lib/sql/grant-all.postgres.sql #396

@alialnu

Description

@alialnu
$ psql -f lib/sql/grant-all.postgres.sql DATABASE_NAME

BEGIN
GRANT
psql:lib/sql/grant-all.postgres.sql:69: ERROR:  relation "patchwork_patchcomment_id_seq" does not exist
psql:lib/sql/grant-all.postgres.sql:80: ERROR:  current transaction is aborted, commands ignored until end of transaction block
psql:lib/sql/grant-all.postgres.sql:86: ERROR:  current transaction is aborted, commands ignored until end of transaction block
psql:lib/sql/grant-all.postgres.sql:93: ERROR:  current transaction is aborted, commands ignored until end of transaction block
psql:lib/sql/grant-all.postgres.sql:101: ERROR:  current transaction is aborted, commands ignored until end of transaction block
ROLLBACK

The tables/sequences I have with pattern patchwork_.*comment.* are the following:

patchwork_comment_id_seq
patchwork_covercomment
patchwork_covercomment_id_seq
patchwork_patchcomment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions