mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
rename ContributionLinks to ContributionLink, add CL entity to index
This commit is contained in:
parent
5deaf597ed
commit
5121910c83
@ -3,7 +3,7 @@ import { BaseEntity, Entity, PrimaryGeneratedColumn, Column, DeleteDateColumn }
|
||||
import { DecimalTransformer } from '../../src/typeorm/DecimalTransformer'
|
||||
|
||||
@Entity('contribution_links')
|
||||
export class ContributionLinks extends BaseEntity {
|
||||
export class ContributionLink extends BaseEntity {
|
||||
@PrimaryGeneratedColumn('increment', { unsigned: true })
|
||||
id: number
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
export { ContributionLinks } from './0037-add_contribution_links_table/ContributionLinks'
|
||||
export { ContributionLinks } from './0038-add_contribution_links_table/ContributionLinks'
|
||||
|
||||
1
database/entity/ContributionLinks.ts
Normal file
1
database/entity/ContributionLinks.ts
Normal file
@ -0,0 +1 @@
|
||||
export { ContributionLink } from './0038-add_contribution_links_table/ContributionLink'
|
||||
@ -1,3 +1,4 @@
|
||||
import { ContributionLink } from './ContributionLink'
|
||||
import { LoginElopageBuys } from './LoginElopageBuys'
|
||||
import { LoginEmailOptIn } from './LoginEmailOptIn'
|
||||
import { Migration } from './Migration'
|
||||
@ -8,6 +9,7 @@ import { AdminPendingCreation } from './AdminPendingCreation'
|
||||
|
||||
export const entities = [
|
||||
AdminPendingCreation,
|
||||
ContributionLink,
|
||||
LoginElopageBuys,
|
||||
LoginEmailOptIn,
|
||||
Migration,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user