skeema v1.4.3 Release Notes

Release Date: 2020-05-01 // almost 4 years ago
    • ๐Ÿ†• New partitioning-related options for skeema init, skeema pull, skeema format, and skeema lint (4f90ec4)
    • ๐Ÿ“œ Diff support for WITH PARSER clause of FULLTEXT index, allowing use of alternative parsers (e8b3ad4)
      • The ngram parser is now supported on Skeema.io CI for MySQL 5.7+ and Percona Server 5.7+, as this parser is preinstalled in these database versions.
    • ๐Ÿ‘Œ Improve safety check that prevents inadvertent manipulation of system schemas (0ca6b8f)

    ๐ŸŽ Note for macOS Catalina users: to allow execution of the Skeema binary, remove the quarantine bit (xattr -d com.apple.quarantine skeema) or right-click open via Finder once. Alternatively, build Skeema from source.