> For the complete documentation index, see [llms.txt](https://docs.devm.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devm.cc/fraud-v2/upgrade-to-2.1-cheques-update.md).

# Upgrade to 2.1 (Cheques Update)

1. Install new items corrosponding to your inventory
   1. ox\_inventory [Upgrade to 2.1 (Cheques Update)](/fraud-v2/installation/ox_inventory/upgrade-to-2.1-cheques-update.md)
   2. qb-inventory [Upgrade to 2.1 (Cheques Update)](/fraud-v2/installation/qb-inventory/upgrade-to-2.1-cheques-update.md)
   3. qs-inventory [Upgrade to 2.1 (Cheques Update)](/fraud-v2/installation/qs-inventory/upgrade-to-2.1-cheques-update.md)
2. Run the following SQL file

```sql
ALTER TABLE `devm_fraud`
ADD COLUMN `fullz` LONGTEXT NULL DEFAULT NULL
COLLATE 'utf8mb3_general_ci';
```

3. Done!
