File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ _But the output was bar!_
2222
2323_ Output, either JSON or SQL_
2424
25-
2625__ Dialect:__ mysql / postgres / sqlite / mssql / any
2726__ Database version:__ XXX
2827__ Sequelize CLI version:__ XXX
Original file line number Diff line number Diff line change 1+ <!--
2+ Please fill in the template below.
3+ If unsure about something, just do as best as you're able.
4+
5+ You may skip the template below, if
6+ - You are only updating documentation
7+ - You are only fixing minor issue, which does not impact public API
8+ -->
9+
10+ ### Pull Request check-list
11+
12+ _ Please make sure to review and check all of these items:_
13+
14+ - [ ] Does ` npm run test ` pass with this change (including linting)?
15+ - [ ] Does the description below contain a link to an existing issue (Closes #[ issue] ) or a description of the issue you are solving?
16+ - [ ] Have you added new tests to prevent regressions?
17+ - [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
18+
19+ <!-- NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open. -->
20+
21+ ### Description of change
22+
23+ <!-- Please provide a description of the change here. -->
You can’t perform that action at this time.
0 commit comments