Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Fix unnecessary double space after each 'create table' in schema.sql #18

Merged
merged 1 commit into from
Nov 14, 2017

Conversation

sstoyanov7
Copy link
Contributor

@sstoyanov7 sstoyanov7 commented Nov 13, 2017

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:

-CREATE TABLE foo(...) ENGINE=InnoDB DEFAULT  CHARSET=utf8;
+CREATE TABLE foo(...) ENGINE=InnoDB DEFAULT CHARSET=utf8;

@sstoyanov7 sstoyanov7 self-assigned this Nov 13, 2017
@sstoyanov7 sstoyanov7 added the bug label Nov 13, 2017
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;'
@hkdobrev hkdobrev merged commit bf13d57 into master Nov 14, 2017
@hkdobrev hkdobrev deleted the fix-double-spaces-in-dump branch November 14, 2017 22:59
@hkdobrev
Copy link
Contributor

Thanks! I've fixed the tests in 0.3.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants