Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix missing timestamp to created migrations filenames #8802

Conversation

lebedev
Copy link
Contributor

@lebedev lebedev commented Mar 26, 2022

Description of change

Fix regression introduced in 0.3.0.

Fixes #8794.

Pull-Request Checklist

  • Code is up-to-date with the master branch
  • npm run format to apply prettier formatting
  • npm run test passes with this change
  • This pull request links relevant issues as Fixes #0000
  • There are new or updated unit tests validating the change
  • Documentation has been updated to reflect this change
  • The new commits follow conventions explained in CONTRIBUTING.md

@lebedev lebedev force-pushed the return-timestamps-to-created-migrations-filenames branch from f7abbfd to 21b1a12 Compare March 26, 2022 13:45
@lebedev lebedev force-pushed the return-timestamps-to-created-migrations-filenames branch from 21b1a12 to 09e5d5a Compare March 26, 2022 13:47
@pleerock pleerock merged commit ceee439 into typeorm:master Mar 26, 2022
@pleerock
Copy link
Member

Thank you for contribution! 🎉

@lebedev lebedev deleted the return-timestamps-to-created-migrations-filenames branch March 26, 2022 16:44
M-TGH pushed a commit to TradeCast/typeorm that referenced this pull request Mar 29, 2022
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.

Timestamp should be in filename for migration:create command
2 participants