Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
07dba2b783
commit
372b7fa9f8
@@ -808,7 +808,7 @@ export type Database = {
|
||||
| "closed_won"
|
||||
| "closed_lost"
|
||||
| "closed"
|
||||
client_type: "hoa" | "individual" | "business"
|
||||
client_type: "hoa" | "individual" | "business" | "condo"
|
||||
invoice_status: "draft" | "sent" | "paid" | "overdue" | "void"
|
||||
}
|
||||
CompositeTypes: {
|
||||
@@ -946,7 +946,7 @@ export const Constants = {
|
||||
"closed_lost",
|
||||
"closed",
|
||||
],
|
||||
client_type: ["hoa", "individual", "business"],
|
||||
client_type: ["hoa", "individual", "business", "condo"],
|
||||
invoice_status: ["draft", "sent", "paid", "overdue", "void"],
|
||||
},
|
||||
},
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TYPE public.client_type ADD VALUE IF NOT EXISTS 'condo';
|
||||
Reference in New Issue
Block a user