Notably from startup I saw: ```{"level":"error","...
# spicedb
c
Notably from startup I saw:
Copy code
{
  "level": "error",
  "module": "pgx",
  "args": [],
  "err": "ERROR: relation \"metadata\" does not exist (SQLSTATE 42P01)",
  "pid": 1845518,
  "sql": "SELECT unique_id FROM metadata",
  "time": "2022-06-16T17:01:04Z",
  "message": "Query"
}
and from the schema write attempt:
Copy code
{
  "level": "error",
  "module": "pgx",
  "args": [],
  "err": "ERROR: relation \"namespace_config\" does not exist (SQLSTATE 42P01)",
  "pid": 1845518,
  "sql": "SELECT serialized_config, timestamp FROM namespace_config",
  "time": "2022-06-16T17:06:28Z",
  "message": "Query"
}