Add classes table and API enpoint

This commit is contained in:
2022-05-01 23:35:21 +02:00
parent a47d913d6f
commit 078d9f6c66
3 changed files with 26 additions and 1 deletions

View File

@ -54,3 +54,8 @@ model ParseEvent {
SubstitutionChange SubstitutionChange[]
}
model Class {
name String @id @unique
regex String
}