Yes the latest 10.0 release is missing, 9.3 is als...
# general
t
Yes the latest 10.0 release is missing, 9.3 is also missing: Psql log:
Copy code
[63] ERROR:  relation "bulk_import_users" does not exist at character 15
[63] STATEMENT:  SELECT 1 FROM bulk_import_users LIMIT 1
[63] ERROR:  relation "oauth_clients" does not exist at character 15
[63] STATEMENT:  SELECT 1 FROM oauth_clients LIMIT 1
[63] ERROR:  relation "oauth_sessions" does not exist at character 15
[63] STATEMENT:  SELECT 1 FROM oauth_sessions LIMIT 1
[63] ERROR:  relation "oauth_m2m_tokens" does not exist at character 15
[63] STATEMENT:  SELECT 1 FROM oauth_m2m_tokens LIMIT 1
[63] ERROR:  relation "oauth_logout_challenges" does not exist at character 15
[63] STATEMENT:  SELECT 1 FROM oauth_logout_challenges LIMIT 1
[73] ERROR:  duplicate key value violates unique constraint "tenants_pkey"
[73] DETAIL:  Key (app_id, tenant_id)=(public, public) already exists.
[73] STATEMENT:  INSERT INTO tenants(app_id, tenant_id, created_at_time) VALUES($1, $2, $3)
2 Views