Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B BE-Siplah
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Ariela Ramdania
  • BE-Siplah
  • Merge requests
  • !13

Merged
Created 1 year ago by Ariela Ramdania@ArielaMaintainer

update scema prisma

  • Overview 1
  • Commits 1
  • Changes 2

Created by: niarila

  • Ariela Ramdania
    Ariela Ramdania @Ariela · 1 year ago
    Author Maintainer

    Merged by: niarila at 2024-06-10 09:14:41 UTC

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • main (base)

and
  • latest version
    02b35980
    1 commit, 9 months ago

2 files
+ 3
- 1

    Preferences

    File browser
    Compare changes
pri‎sma‎
migrations/202‎40610090638_add‎
migrat‎ion.sql‎ +2 -0
schema‎.prisma‎ +1 -1
prisma/migrations/20240610090638_add/migration.sql 0 → 100644
+ 2
- 0
  • View file @ 02b35980

  • Edit in single-file editor

  • Edit in Web IDE

-- AlterTable
ALTER TABLE "Employee" ALTER COLUMN "cuti" DROP NOT NULL;
prisma/schema.prisma
+ 1
- 1
  • View file @ 02b35980

  • Edit in single-file editor

  • Edit in Web IDE


Show all unchanged lines Show 20 lines
tempat_lahir String
keterangan Keterangan
start_working DateTime
cuti Int @default(12)
cuti Int? @default(12)
createAt DateTime @default(now())
updateAt DateTime @updatedAt
id_jabatan Int?
Show 20 lines Show all unchanged lines
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Milestone
No milestone
None
None
Time tracking
No estimate or time spent
0
Labels
None
Lock merge request
Unlocked
1
1 participant
Ariela Ramdania
Reference: Ariela/BE-Siplah!13
Source branch: ariela

Menu

Projects Groups Snippets
Help