Skip to content

docs(*): corrects async/await example that uses transactions - #11759

Merged
papb merged 2 commits into
sequelize:masterfrom
deezone:issue-11410
Dec 23, 2019
Merged

docs(*): corrects async/await example that uses transactions#11759
papb merged 2 commits into
sequelize:masterfrom
deezone:issue-11410

Conversation

@deezone

@deezone deezone commented Dec 18, 2019

Copy link
Copy Markdown
Contributor

Fixes #11758

Pull Request check-list

  • Documentation update

Description of change

This PR fixes a code example in the documentation under:

Advance Topics -> Migration Skeleton -> "The next is an example of a migration that has uses async/await where you create an unique index on a new column:"

image

https://sequelize.org/master/manual/migrations.html#migration-skeleton

@codecov

codecov Bot commented Dec 18, 2019

Copy link
Copy Markdown

Codecov Report

Merging #11759 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #11759   +/-   ##
=======================================
  Coverage   96.26%   96.26%           
=======================================
  Files          94       94           
  Lines        9191     9191           
=======================================
  Hits         8848     8848           
  Misses        343      343

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3acc76d...4bda7e0. Read the comment docs.

@papb

papb commented Dec 23, 2019

Copy link
Copy Markdown
Member

Hello! I see you are a first-time contributor, thank you for taking the time to help Sequelize! I hope to see more PRs from you in the future!

@papb
papb merged commit 712335b into sequelize:master Dec 23, 2019
@papb

papb commented Dec 23, 2019

Copy link
Copy Markdown
Member

Thanks 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invalid migration example using transactions

2 participants