Skip to content

Commit

Permalink
fix: prisma schema
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 authored and acaldas committed May 28, 2024
1 parent ace01dd commit 8b865bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ model Document {
revision Json
name String?
operations Operation[]
initialState Json // json object with the scope as keys of the root object
initialState String // json object with the scope as keys of the root object
documentType String
syncronizationUnits SyncronizationUnit[]
state String?
Expand All @@ -81,7 +81,7 @@ model Operation {
skip Int
hash String
timestamp DateTime
input Json
input String
type String
attachments Attachment[]
syncId String?
Expand Down

0 comments on commit 8b865bf

Please sign in to comment.