refactor: use factory and kysely types for partner repository (#16812)
This commit is contained in:
@@ -10,6 +10,7 @@ import {
|
||||
UpdateDateColumn,
|
||||
} from 'typeorm';
|
||||
|
||||
/** @deprecated delete after coming up with a migration workflow for kysely */
|
||||
@Entity('partners')
|
||||
export class PartnerEntity {
|
||||
@PrimaryColumn('uuid')
|
||||
|
||||
Reference in New Issue
Block a user