Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create db schema for project/scene/music submissions #93

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mshvartsberg
Copy link
Contributor

@mshvartsberg mshvartsberg commented Jan 26, 2025

Description

Created Prisma schema for project, music submission, scene

Motivation and Context

#83
#84

Type of changes

  • Bug fix (non-breaking change which fixes an issue)
  • [x ] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Global styling changes
  • New package(s)
  • New dependencies
  • Project configuration
  • Environment variable update
  • Database migration
  • CI/CD changes (changing github actions or deployment scripts)

Checklist:

  • [ x] I verified my changes work in the local environment
  • [ x] I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • I verified my changes work in the preview environment

How has this been tested?

testing will come later when we make endpoints

Screenshots (if appropriate):

Copy link

vercel bot commented Jan 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
good-dog-licensing ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 26, 2025 9:55pm

Copy link
Collaborator

@jpraissman jpraissman left a comment

Choose a reason for hiding this comment

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

LGTM

@jpraissman jpraissman requested a review from owens1127 January 26, 2025 21:56
updatedAt DateTime @updatedAt
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
project ProjectSubmission[]
Copy link
Collaborator

Choose a reason for hiding this comment

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

can we rename to projectSubmission? Shouldn't change the migration file.

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.

Create Database Schema for Music Submissions. Create Database Schema For Project/Scene Submissions
3 participants