We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to apply the migration to postgres database with following CLI command:
npx sequelize-cli-ts-js db:migrate
I want the migration to be applied
But getting this: Sequelize CLI [Node: 21.7.2, CLI: 1.1.2, ORM: 6.37.3]
Loaded configuration file "config\config.json". Using environment "development". == 20240423122504-create-item: migrating =======
ERROR: Unexpected token 'export'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What you are doing?
Trying to apply the migration to postgres database with following CLI command:
What do you expect to happen?
I want the migration to be applied
What is actually happening?
But getting this:
Sequelize CLI [Node: 21.7.2, CLI: 1.1.2, ORM: 6.37.3]
Loaded configuration file "config\config.json".
Using environment "development".
== 20240423122504-create-item: migrating =======
ERROR: Unexpected token 'export'
The text was updated successfully, but these errors were encountered: