wasp/examples/realworld/ext/article/components
Martin Šošić f9e8f88b66
Upgraded to Prisma 2.21 (stable migrations) + postgre can be used in local dev.
- `wasp db migrate-save` and `wasp db migrate-up` got replaced with `wasp db migrate-dev`.
- Wasp now has a declarative way to express which db is used, postgresql or sqlite: `db { system: PostgreSQL }`.
- Prisma is now at the latest version, 2.21. PSL parser was upgraded to work with this.
- PostgreSQL can now be used for local development.
- We migrated examples/realworld to work with this new version of Wasp.
2021-04-21 14:06:25 +02:00
..
ArticleEditorPage.js Upgraded to Prisma 2.21 (stable migrations) + postgre can be used in local dev. 2021-04-21 14:06:25 +02:00
ArticleList.js RWA: fixed 'read more' button. 2021-02-10 16:32:16 +01:00
ArticleListPaginated.js Structured files better. 2020-11-30 18:11:48 +01:00
ArticleViewPage.js Added material-ui to RWA example. 2021-02-10 14:33:26 +01:00