This repository has been archived by the owner on Jan 22, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unnecessary double space after each 'create table' in schema.sql
when ./minion db:structure:dump is executed. Example of spaces before and after the fix between DEFAULT and CHARSET: - Before 'CREATE TABLE foo(...) ENGINE=InnoDB DEFAULT CHARSET=utf8;' - After 'CREATE TABLE foo(...) ENGINE=InnoDB DEFAULT CHARSET=utf8;'
- Loading branch information