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
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.
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.