Unable to rename table

I'm attempting to rename ironclad_account_kills to ironclad_account_npc but I'm unable to.

What might be causing this?

error: relation "ironclad_account_npc" does not exist
    at /Users/dexter/projects/next/progress.quest/node_modules/.pnpm/drizzle-kit@0.20.18/node_modules/drizzle-kit/bin.cjs:43530:21
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async PgPostgres.query (/Users/dexter/projects/next/progress.quest/node_modules/.pnpm/drizzle-kit@0.20.18/node_modules/drizzle-kit/bin.cjs:62596:21)
    at async pgSuggestions (/Users/dexter/projects/next/progress.quest/node_modules/.pnpm/drizzle-kit@0.20.18/node_modules/drizzle-kit/bin.cjs:64890:19)
    at async Command.<anonymous> (/Users/dexter/projects/next/progress.quest/node_modules/.pnpm/drizzle-kit@0.20.18/node_modules/drizzle-kit/bin.cjs:66233:11) {
  length: 119,
  severity: 'ERROR',
  code: '42P01',
  detail: undefined,
  hint: undefined,
  position: '31',
  internalPosition: undefined,
  internalQuery: undefined,
  where: undefined,
  schema: undefined,
  table: undefined,
  column: undefined,
  dataType: undefined,
  constraint: undefined,
  file: 'parse_relation.c',
  line: '1449',
  routine: 'parserOpenTable'
}
Was this page helpful?