adding table target, adjust categories

This commit is contained in:
fro1991
2024-12-18 01:00:01 +07:00
parent ba46237805
commit fe046e8cd7
3 changed files with 59 additions and 1 deletions

View File

@ -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
};