We didn't do a check to see if the column already exists. Because of this, we get this error during migrations:
```
| migration file "20240802181855_ca-cert-version.ts" failed
infisical-db-migration | migration failed with error: alter table "certificates" add column "caCertId" uuid null - column "caCertId" of relation "certificates" already exists
```