Skip to content

Commit

Permalink
Merge pull request #677 from cbrianbet/feat/new-reporting-layer
Browse files Browse the repository at this point in the history
Moved tickets table to other DB
  • Loading branch information
cbrianbet authored Dec 13, 2023
2 parents 8056b74 + 5d18280 commit 2956fda
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 2956fda

Please sign in to comment.