Remove IF NOT EXISTS clause from CREATE INDEX statement to ensure compatibility with older MySQL versions. Migration framework ensures each migration runs only once, making the clause unnecessary.
Remove IF NOT EXISTS clause from CREATE INDEX statement to ensure compatibility with older MySQL versions. Migration framework ensures each migration runs only once, making the clause unnecessary.