Closed Krish120003 closed 1 year ago
The recent changes encompass the creation of new ENUM types, tables, and unique indexes in the SQL migration file. The Prisma schema has been updated with changes in the datasource provider, removal of certain annotations, addition of new fields, and a new model.
File | Summary |
---|---|
prisma/migrations/0_init/migration.sql | Introduced two ENUM types, "Role" and "Status". Created five new tables: "Account", "Session", "User", "Review", "EventLog", and "VerificationToken". Added unique indexes and foreign key constraints. |
prisma/schema.prisma | Changed datasource provider from "postgresql" to "cockroachdb". Removed @db.Text annotation from several fields in the Account and User models. Added hacker and reviewer fields to the Review model. Introduced the VerificationToken model. |
🍂 As the autumn leaves fall, we code with glee, 🍁
Changes abound, as you can clearly see. 🖥️
New tables and types, a schema so fine, 📚
In the world of Prisma, everything's divine. 🌐
From Postgres to Cockroach, a leap we've made, 🐇
Fear not, for our code is grade-A grade. 🏆
So here's to the changes, big and small, 🥂
In the world of code, we stand tall. 🌟
Name | Link |
---|---|
Latest commit | 508873bca3c5544f10f033fb44454a58ea18f312 |
Latest deploy log | https://app.netlify.com/sites/profound-kringle-30b3e4/deploys/6545e3ae5771c30008c4e91b |
Deploy Preview | https://deploy-preview-150--profound-kringle-30b3e4.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Summary by CodeRabbit