issues
search
globalbibletools
/
gbt
https://interlinear.globalbibletools.com
15
stars
2
forks
source link
track gloss history
#340
Closed
arrocke
closed
9 months ago
arrocke
commented
9 months ago
Add a
GlossHistory
model the prisma schema with the following schema:
wordId PK, FK
languageId PK, FK
timestamp PK
userId FK nullable
state nullable - if present, indicates that the gloss state changed
gloss nullable - if present, indicates that the gloss text changed
Whenever the Gloss table is updated, we'll need to add an additional column to GlossHistory
GlossHistory
model the prisma schema with the following schema: