Insert banner_url into Insert and Update types for user_profiles
cgen-78bc74aae5aa4e009fad1a15f380590c
This commit is contained in:
parent
bfa0f89f13
commit
a4a0c0329b
1 changed files with 2 additions and 0 deletions
|
|
@ -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?:
|
||||
|
|
|
|||
Loading…
Reference in a new issue