feat(store): persist per-domain custom record marks
This commit is contained in:
@@ -17,6 +17,13 @@ type CheckRun struct {
|
||||
CreatedAt pgtype.Timestamptz `json:"created_at"`
|
||||
}
|
||||
|
||||
type DomainCustomRecord struct {
|
||||
DomainID uuid.UUID `json:"domain_id"`
|
||||
RecordKey string `json:"record_key"`
|
||||
Note string `json:"note"`
|
||||
CreatedAt pgtype.Timestamptz `json:"created_at"`
|
||||
}
|
||||
|
||||
type Domain struct {
|
||||
ID uuid.UUID `json:"id"`
|
||||
ProjectID uuid.UUID `json:"project_id"`
|
||||
|
||||
Reference in New Issue
Block a user