Maurício Carrion

Results 5 comments of Maurício Carrion

Same trying to use cockroachdb here

The error just ocurrs on upgrading database to v2 migration. ![image](https://github.com/tulir/whatsmeow/assets/106599219/3f22d12a-9c24-4769-ae4d-d7829c47fc90)

In cockroachdb panel seems everthing right ![image](https://github.com/tulir/whatsmeow/assets/106599219/6f1ebb2c-b4ff-4d20-982e-92e9ed09afec)

Now I extract the SQL statatements using ChatGPT from store/sqlstore/upgrade.go ```SQL CREATE TABLE IF NOT EXISTS whatsmeow_version (version INTEGER); SELECT version FROM whatsmeow_version LIMIT 1; DELETE FROM whatsmeow_version; INSERT INTO...