jsonextractionv0
This commit is contained in:
@@ -98,6 +98,14 @@ type Query struct {
|
||||
Type Querytype
|
||||
}
|
||||
|
||||
type Queryconfig struct {
|
||||
ID pgtype.UUID
|
||||
Queryid pgtype.UUID
|
||||
Config []byte
|
||||
Addedversion int32
|
||||
Removedversion pgtype.Int4
|
||||
}
|
||||
|
||||
type Requiredquery struct {
|
||||
ID pgtype.UUID
|
||||
Queryid pgtype.UUID
|
||||
|
||||
Reference in New Issue
Block a user