Actions
Bug #10802
closedrelation "users" does not exist present when migrating
Description
When running db:migrate, the following error is present:
<ActiveRecord::StatementInvalid> PG::UndefinedTable: ERROR: relation "users" does not exist
LINE 5: WHERE a.attrelid = '"users"'::regclass
^
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '"users"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
Updated by The Foreman Bot almost 11 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2455 added
- Pull request deleted (
)
Updated by Dominic Cleal over 10 years ago
- Category set to Database
- Assignee set to Eric Helms
- Translation missing: en.field_release set to 63
Updated by Eric Helms over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 7faa9966bd9dc0f876008594df92b6ae7949af75.
Updated by Dominic Cleal almost 10 years ago
- Related to Bug #12225: TopbarSweeper should invalidate on plugin installation/removal added
Actions