Skip to content

Conversation

@Buuh2511
Copy link
Contributor

Integrate request feature

Fixes #76

Types of change

  • Feature
  • Bug
  • Enhancement

Comments (optional)

@Buuh2511 Buuh2511 self-assigned this Jan 16, 2026
@Buuh2511
Copy link
Contributor Author

Could u please take a look if any reason making CI/CD failure? @Huygon764

createdAt DateTime @default(now()) @map("created_at")
@@map("feature_requests")
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems you're not running: 'npx prisma migrate dev' to generate migration file? And if you are running, you should remove old migration files to consolidate migration files
image

import { zodResolver } from "@hookform/resolvers/zod";
import { X } from "lucide-react";
import { useForm } from "react-hook-form";
import { toast } from "react-hot-toast";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use notification of scaffold and custom it if needed.
For example:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request Functionality

3 participants