add matcher domain, set domain as string instead of enum in db

This commit is contained in:
sbriat
2023-05-24 14:38:12 +02:00
parent 169941348c
commit 6f73940273
3 changed files with 3 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
export enum Domain {
USER = 'USER',
MATCHER = 'MATCHER',
}