mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
more comments for removed tables
This commit is contained in:
parent
ca6d688344
commit
712e6f61cb
@ -8,7 +8,9 @@ import {
|
||||
BaseEntity,
|
||||
} from 'typeorm'
|
||||
import { User } from '../User'
|
||||
// TransactionRecipe was removed in newer migrations, so only the version from this folder can be linked
|
||||
import { TransactionRecipe } from '../0001-init_db/TransactionRecipe'
|
||||
// ConfirmedTransaction was removed in newer migrations, so only the version from this folder can be linked
|
||||
import { ConfirmedTransaction } from './ConfirmedTransaction'
|
||||
import { DecimalTransformer } from '../../src/typeorm/DecimalTransformer'
|
||||
import { Decimal } from 'decimal.js-light'
|
||||
|
||||
@ -8,6 +8,7 @@ import {
|
||||
BaseEntity,
|
||||
} from 'typeorm'
|
||||
import { Account } from '../Account'
|
||||
// TransactionRecipe was removed in newer migrations, so only the version from this folder can be linked
|
||||
import { TransactionRecipe } from '../0001-init_db/TransactionRecipe'
|
||||
import { AccountCommunity } from '../AccountCommunity'
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@ import { Decimal } from 'decimal.js-light'
|
||||
|
||||
import { DecimalTransformer } from '../../src/typeorm/DecimalTransformer'
|
||||
import { Account } from './Account'
|
||||
// TransactionRecipe was removed in newer migrations, so only the version from this folder can be linked
|
||||
import { TransactionRecipe } from '../0001-init_db/TransactionRecipe'
|
||||
|
||||
@Entity('confirmed_transactions')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user