For the complete documentation index, see llms.txt. This page is also available as Markdown.

Upgrade to 2.1 (Cheques Update)

  1. Install new items corrosponding to your inventory

  2. Run the following SQL file

ALTER TABLE `devm_fraud`
ADD COLUMN `fullz` LONGTEXT NULL DEFAULT NULL
COLLATE 'utf8mb3_general_ci';
  1. Done!

Last updated