✨ Add classes table and API enpoint
This commit is contained in:
@ -54,3 +54,8 @@ model ParseEvent {
|
||||
|
||||
SubstitutionChange SubstitutionChange[]
|
||||
}
|
||||
|
||||
model Class {
|
||||
name String @id @unique
|
||||
regex String
|
||||
}
|
||||
|
Reference in New Issue
Block a user