Skip to content

v1.1.0

Choose a tag to compare

@jimmyalcala jimmyalcala released this 26 Mar 16:52

What's New

  • --update: Self-update to the latest release (clean-sql --update)
  • --disable-fk: Wrap output with SET FOREIGN_KEY_CHECKS=0/1 to fix foreign key constraint errors (ERROR 1451) during import

Install / Update

# First install
curl -sSL https://raw.githubusercontent.com/jimmyalcala/clean-sql/main/install.sh | sh

# Update existing install
clean-sql --update