-- MySql does not support `IF NOT EXISTS` syntax when creating indexes. -- You should review your database for any of the indexes described here that pre-exist, -- and omit them from what you apply to your MySql database. CREATE INDEX IDX84931j3o4l72echafhvl5b396 ON blc_saved_payment_method(originating_payment_id); CREATE INDEX IDX9f7ew6enfhj96ituhk8u12n4i ON blc_saved_payment_method(owning_user_id); CREATE INDEX IDXtjvikdatat8etrnqk13yqxfdf ON blc_payment_transaction(request_id); CREATE INDEX IDXvsrmtlej61uxhx0yiwpb2rcrv ON blc_notification_state(acked, stopped, notification_name, change_timestamp, next_attempt);