Skip to content
Snippets Groups Projects
Commit ea7801c7 authored by Daniel Gerdes's avatar Daniel Gerdes
Browse files

Get db ready to create template agents

parent 0a8b3d05
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@ model Group {
model Agent {
id String @id @default(uuid())
uid String @unique
slug String @unique
name String
uid String? @unique
slug String? @unique
name String?
catchable Boolean @default(true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment