Skip to content

Commit

Permalink
Extended new Favorite model with alias column
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Kiselev committed Dec 6, 2023
1 parent 75c2867 commit 29aed1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/db/models/new/favorite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export class Favorite extends Model {
entryId!: string;
tenantId!: string;
login!: string;
alias!: string | null;
createdAt!: string;

entry?: Entry;
Expand Down

0 comments on commit 29aed1d

Please sign in to comment.