fix: MySQL 8.0 compat for migration v358 DROP COLUMN #656
Reference in New Issue
Block a user
Delete Branch "fix/650-display-name-computed"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MySQL 8.0.x does not support
DROP COLUMN IF EXISTS. Useinformation_schema.COLUMNScheck instead.\n\nAlso includes the manifest_sync.go fix from #654.