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

Allow migration files to be written in Typescript #128

Merged
merged 2 commits into from
Jun 14, 2020
Merged

Conversation

evantahler
Copy link
Member

Using beta 3.x of Uzmug (specifically sequelize/umzug#196) we can now modify the names of the migrations. This allows for the TS and JS versions the migration files to be named the same thing, preventing conflicts.

This also solves #127, which is related to typescript not knowing how to handle a .js file without the "allowJs": true, option enabled in tsconfig.json

@evantahler evantahler changed the title Allow migration files in TS Allow migration files to be written in Typescript Jun 14, 2020
@evantahler evantahler merged commit 7be9851 into master Jun 14, 2020
@evantahler evantahler deleted the ts-migrations branch June 14, 2020 16:44
@evantahler
Copy link
Member Author

Released in v2.2.0

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.

1 participant