creatorupdatordeprecate

This commit is contained in:
Michael McGuinness
2025-01-03 13:41:07 +00:00
parent 0ac156f0e1
commit 788b21594c
36 changed files with 545 additions and 226 deletions
+7
View File
@@ -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