@@ -592,7 +592,6 @@ export type Database = {
592
592
category : Database [ "public" ] [ "Enums" ] [ "transactionCategories" ] | null
593
593
category_slug : string | null
594
594
created_at : string
595
- created_by : string | null
596
595
id : string
597
596
name : string | null
598
597
system : boolean | null
@@ -602,7 +601,6 @@ export type Database = {
602
601
category ?: Database [ "public" ] [ "Enums" ] [ "transactionCategories" ] | null
603
602
category_slug ?: string | null
604
603
created_at ?: string
605
- created_by ?: string | null
606
604
id ?: string
607
605
name ?: string | null
608
606
system ?: boolean | null
@@ -612,7 +610,6 @@ export type Database = {
612
610
category ?: Database [ "public" ] [ "Enums" ] [ "transactionCategories" ] | null
613
611
category_slug ?: string | null
614
612
created_at ?: string
615
- created_by ?: string | null
616
613
id ?: string
617
614
name ?: string | null
618
615
system ?: boolean | null
@@ -626,13 +623,6 @@ export type Database = {
626
623
referencedRelation : "transaction_categories"
627
624
referencedColumns : [ "slug" , "team_id" ]
628
625
} ,
629
- {
630
- foreignKeyName : "transaction_enrichments_created_by_fkey"
631
- columns : [ "created_by" ]
632
- isOneToOne : false
633
- referencedRelation : "users"
634
- referencedColumns : [ "id" ]
635
- } ,
636
626
{
637
627
foreignKeyName : "transaction_enrichments_team_id_fkey"
638
628
columns : [ "team_id" ]
@@ -1010,7 +1000,6 @@ export type Database = {
1010
1000
category : Database [ "public" ] [ "Enums" ] [ "transactionCategories" ] | null
1011
1001
category_slug : string | null
1012
1002
created_at : string | null
1013
- created_by : string | null
1014
1003
decrypted_name : string | null
1015
1004
id : string | null
1016
1005
name : string | null
@@ -1021,7 +1010,6 @@ export type Database = {
1021
1010
category ?: Database [ "public" ] [ "Enums" ] [ "transactionCategories" ] | null
1022
1011
category_slug ?: string | null
1023
1012
created_at ?: string | null
1024
- created_by ?: string | null
1025
1013
decrypted_name ?: never
1026
1014
id ?: string | null
1027
1015
name ?: string | null
@@ -1032,7 +1020,6 @@ export type Database = {
1032
1020
category ?: Database [ "public" ] [ "Enums" ] [ "transactionCategories" ] | null
1033
1021
category_slug ?: string | null
1034
1022
created_at ?: string | null
1035
- created_by ?: string | null
1036
1023
decrypted_name ?: never
1037
1024
id ?: string | null
1038
1025
name ?: string | null
@@ -1047,13 +1034,6 @@ export type Database = {
1047
1034
referencedRelation : "transaction_categories"
1048
1035
referencedColumns : [ "slug" , "team_id" ]
1049
1036
} ,
1050
- {
1051
- foreignKeyName : "transaction_enrichments_created_by_fkey"
1052
- columns : [ "created_by" ]
1053
- isOneToOne : false
1054
- referencedRelation : "users"
1055
- referencedColumns : [ "id" ]
1056
- } ,
1057
1037
{
1058
1038
foreignKeyName : "transaction_enrichments_team_id_fkey"
1059
1039
columns : [ "team_id" ]
0 commit comments