graphile / starter

Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
https://graphile-starter.herokuapp.com
Other
1.75k stars 220 forks source link

refactor: document initial migration; use `current/` dir #229

Closed benjie closed 3 years ago

benjie commented 3 years ago

Description

yarn db uncommit will now restore the initial migration into separate files rather than one humongous file. Also adds documentation to the migration to explain what's going on, and fixes some minor issues at the same time.

Performance impact

None known.

Security impact

Increases security slightly in the event of the user introducing an SQL injection vulnerability.