:rocket: This PR description was created by Ellipsis for commit bc04f47ee6dbda4dd68e43d4b61be6888ccd0ae7.
Summary:
This PR introduces a new controller for the class app, adds a password field to the note model and route, adds a new student route, and updates the database schema and migrations to switch from SQLite to PostgreSQL and add a password column to the Note table.
Key points:
Added new controller for class app in /fractalu/app/.server/models/class.ts
Modified note model to include password field in /fractalu/app/.server/models/note.ts and /fractalu/app/routes/notes.new.tsx
Added new route /fractalu/app/routes/students.parth.tsx
Changed database provider from SQLite to PostgreSQL in /fractalu/prisma/migrations/migration_lock.toml and /fractalu/prisma/schema.prisma
Added password column to Note table in /fractalu/prisma/migrations/20240417223310_class5/migration.sql
Summary:
This PR introduces a new controller for the class app, adds a password field to the note model and route, adds a new student route, and updates the database schema and migrations to switch from SQLite to PostgreSQL and add a password column to the Note table.
Key points:
/fractalu/app/.server/models/class.ts
note
model to include password field in/fractalu/app/.server/models/note.ts
and/fractalu/app/routes/notes.new.tsx
/fractalu/app/routes/students.parth.tsx
/fractalu/prisma/migrations/migration_lock.toml
and/fractalu/prisma/schema.prisma
/fractalu/prisma/migrations/20240417223310_class5/migration.sql
Generated with :heart: by ellipsis.dev