Error when pressing up-arrow

I have tried many times. There was one point where this was working and it was great. This is loaded on Arch. I have tried many things and created new registrations, cleared atuin from the bashrc to get back to default. I am now hitting a road block anytime i press the up arrow i get this error

thread 'main' panicked at /home/linuxbrew/.cache/Homebrew/cargo_cache/registry/src/index.crates
.io-6f17d22bba15001f/sqlx-core-0.8.1/src/row.rs:72:37:
called `Result::unwrap()` on an `Err` value: ColumnDecode { index: "\"command\"", source: Utf8Error { valid_up_to
: 54, error_len: Some(1) } }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Here is the atuin doctor

{
  "atuin": {
    "version": "18.4.0",
    "sync": {
      "cloud": true,
      "records": true,
      "auto_sync": true,
      "last_sync": "2025-04-06 18:23:02.695231158 +00:00:00"
    },
    "sqlite_version": "3.46.0"
  },
  "shell": {
    "name": "bash",
    "default": "bash",
    "plugins": [
      "atuin"
    ],
    "preexec": "none"
  },
  "system": {
    "os": "Arch Linux",
    "arch": "x86_64",
    "version": "rolling",
    "disks": [
      {
        "name": "/dev/sda2",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/sda2",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/sda2",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/sda2",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/sda2",
        "filesystem": "btrfs"
      },
      {
        "name": "/dev/sda1",
        "filesystem": "vfat"
      }
    ]
  }
}