Insert banner_url into Insert and Update types for user_profiles

cgen-78bc74aae5aa4e009fad1a15f380590c
This commit is contained in:
Builder.io 2025-09-27 22:29:56 +00:00
parent bfa0f89f13
commit a4a0c0329b

View file

@ -311,6 +311,7 @@ export type Database = {
};
Insert: {
avatar_url?: string | null;
banner_url?: string | null;
bio?: string | null;
created_at?: string;
experience_level?:
@ -331,6 +332,7 @@ export type Database = {
};
Update: {
avatar_url?: string | null;
banner_url?: string | null;
bio?: string | null;
created_at?: string;
experience_level?: