creatorupdatordeprecate
This commit is contained in:
@@ -107,6 +107,13 @@ type Queryconfig struct {
|
||||
Removedversion pgtype.Int4
|
||||
}
|
||||
|
||||
type Querydeprecation struct {
|
||||
ID pgtype.UUID
|
||||
Queryid pgtype.UUID
|
||||
Time pgtype.Timestamp
|
||||
Removedat pgtype.Timestamp
|
||||
}
|
||||
|
||||
type Requiredquery struct {
|
||||
ID pgtype.UUID
|
||||
Queryid pgtype.UUID
|
||||
|
||||
Reference in New Issue
Block a user