mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Create new table for admin interface so that we can store the pending creations.
This commit is contained in:
parent
8f99a971ae
commit
89529149ae
@ -0,0 +1,4 @@
|
||||
import { BaseEntity, Entity } from "typeorm";
|
||||
|
||||
@Entity('login_pending_tasks_admin')
|
||||
export class LoginPendingTasksAdmin extends BaseEntity {}
|
||||
Loading…
x
Reference in New Issue
Block a user