-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Labels
Description
$ 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