Skip to content

Commit

Permalink
Moved tickets table to other DB
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrianbet committed Dec 13, 2023
1 parent e7fe7d4 commit 5d18280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Column, Entity, PrimaryColumn } from 'typeorm';

@Entity('LinelistTicketExport')
@Entity('[Data Request Palantir].dbo.LinelistTicketExport')
export class LinelistTicketExport {
@PrimaryColumn('text')
id: string;

}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class GetPartnerLevelIssuesHandler
let ticketOverview = this.repository.createQueryBuilder('f').select(
`[User's Facility/Organization] facility,
[Service Delivery Patner] sdp,
[Issue Type] type,d
[Issue Type] type,
Category product,
[Created On] date,
status,
Expand Down

0 comments on commit 5d18280

Please sign in to comment.