Content
You are here:
ERROR: relation "enterprise_tokens" does not exist
Added by Gangolf Ovaert over 4 years ago
**Environment:**
Your OpenProject Version: 10.4.1
Operating System / Browser / Language: Ubuntu Server 18.04 / Firefox / German
**Logs**
rake aborted!
ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "enterprise_tokens" does not exist
LINE 1: SELECT "enterprise_tokens".* FROM "enterprise_tokens" ORDER ...
Caused by:
PG::UndefinedTable: ERROR: relation "enterprise_tokens" does not exist
LINE 1: SELECT "enterprise_tokens".* FROM "enterprise_tokens" ORDER ...
table exists but is empty.
Is there a way to recreate the database? couldn't find it in the documentation?
Replies (1)
Did you run
openproject configure
? This should run all required migrations. Or did you manually remove or alter a table?Best
Oliver