adding table target, adjust categories
This commit is contained in:
@ -27,6 +27,7 @@ import { LogPullType, StatusLogPull } from "./types/pull";
|
||||
import { Category } from "./entity/categories";
|
||||
import { CategorySource } from "./types/category_source";
|
||||
import { PullerStatus } from "./entity/puller_status";
|
||||
import { Target } from "./entity/targets";
|
||||
|
||||
export {
|
||||
User,
|
||||
@ -59,5 +60,6 @@ export {
|
||||
StatusLogPull,
|
||||
Category,
|
||||
CategorySource,
|
||||
PullerStatus
|
||||
PullerStatus,
|
||||
Target
|
||||
};
|
||||
Reference in New Issue
Block a user