Migration 20220530084123 creates the apalis schema without the IF NOT EXISTS clause. This causes the migration to fail with 'schema apalis already exists' error when re-executed. All tables and indexes in the same migration properly use IF NOT EXISTS. The schema creation should follow the same pattern for idempotency.
Migration 20220530084123 creates the apalis schema without the IF NOT EXISTS clause. This causes the migration to fail with 'schema apalis already exists' error when re-executed. All tables and indexes in the same migration properly use IF NOT EXISTS. The schema creation should follow the same pattern for idempotency.