ERROR: relation "audit_events" does not exist
Created by: jokogr
Hello,
I have just upgraded from v7.12.2-2 to v7.13.1 and I get Error 500 after signing in.
The Postgres container reports the following:
postgresql_1 | 2015-07-29 08:24:01 UTC [39-3] gitlab@gitlabhq_production ERROR: relation "audit_events" does not exist at character 323
postgresql_1 | 2015-07-29 08:24:01 UTC [39-4] gitlab@gitlabhq_production STATEMENT: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
postgresql_1 | pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
postgresql_1 | FROM pg_attribute a LEFT JOIN pg_attrdef d
postgresql_1 | ON a.attrelid = d.adrelid AND a.attnum = d.adnum
postgresql_1 | WHERE a.attrelid = '"audit_events"'::regclass
postgresql_1 | AND a.attnum > 0 AND NOT a.attisdropped
postgresql_1 | ORDER BY a.attnum