drizzle-team / drizzle-team/drizzle-orm
[BUG ]: Docs - `migrate.ts` missing from the sample project file structure
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### What version of `drizzle-orm` are you using?
n/a
### What version of `drizzle-kit` are you using?
n/a
### Describe the Bug
From [Basic File Structure](https://orm.drizzle.team/learn/tutorials/drizzle-with-neon#basic-file-structure), it is mentioned that
> In the `src/db` directory, we have database-related files including connection in `db.ts`, schema definitions in `schema.ts`, and a migration script in `migrate.ts` file which is responsible for applying migrations that stored in the migrations directory.
However, `migrate.ts` is missing from the file structure directly below the above description. (Additionally, there is also no `db` directory reflected in the file structure).

### Expected behavior
`migrate.ts` should be under `src/`
### Environment & setup
n/a
Contributor guide
Assessment
This issue has not been assessed yet.