cli icon indicating copy to clipboard operation
cli copied to clipboard

Mention that typescript files are executed by sequelize

Open PythonCoderAS opened this issue 4 years ago • 1 comments

Issue Creation Checklist

[X] I have read the contribution guidelines

Issue Description

What was unclear/insufficient/not covered in the documentation

The docs have no mention that migration files written in TypeScript are executed by sequelize. This has led to confusion because I would compile the .ts files to .js and then get confused as to why remove column operations would fail.

If possible: Provide some suggestion on how we can enhance the docs

Mention that typescript migration files are also run.

Additional context

N/A

PythonCoderAS avatar Dec 12 '21 00:12 PythonCoderAS

PR welcome

ephys avatar Jan 06 '22 16:01 ephys