kriasoft / graphql-starter-kit

💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, and Joy UI.
https://graphqlstart.com
MIT License
3.88k stars 553 forks source link

[`db`] Convert to TypeScript #315

Closed koistya closed 2 years ago

koistya commented 2 years ago

NOTE: Chaning file extensions of the migration files (from .js to .ts in this case), requires updating the existing records in the migration db table:

image