mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
get things working
This commit is contained in:
parent
89cfd1259b
commit
3824920c47
@ -1,5 +1,6 @@
|
|||||||
import { Factory, Seeder } from 'typeorm-seeding'
|
import { Factory, Seeder } from 'typeorm-seeding'
|
||||||
import { peterLustig } from './peter-lustig'
|
import { peterLustig } from './peter-lustig'
|
||||||
|
import { userSeeder } from '../helpers/user-helpers'
|
||||||
|
|
||||||
export class CreatePeterLustigSeed implements Seeder {
|
export class CreatePeterLustigSeed implements Seeder {
|
||||||
public async run(factory: Factory): Promise<void> {
|
public async run(factory: Factory): Promise<void> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user