Skip to content

Commit

Permalink
fix(api): 🚀 fix prod db
Browse files Browse the repository at this point in the history
  • Loading branch information
sahrohit committed Sep 22, 2023
1 parent 4490402 commit 57c9831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/entities/ProductCategory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class ProductCategory extends BaseEntity {
imageURL!: string;

@Field(() => Int)
@Column({ default: 1 })
@Column()
tenantId!: number;

@Field(() => [Product], { nullable: true })
Expand Down

2 comments on commit 57c9831

@vercel
Copy link

@vercel vercel bot commented on 57c9831 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ecommerce-admin-client – ./apps/admin

ecommerce-admin-client-sahrohit.vercel.app
ecommerce-admin-client-git-main-sahrohit.vercel.app
adminpasal.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 57c9831 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.