add table log pulls
This commit is contained in:
@ -21,6 +21,8 @@ import { District } from "./entity/district";
|
||||
import { IncomeTier } from "./entity/income_tier";
|
||||
import { Munisipo } from "./entity/munisipo";
|
||||
import { Suco } from "./entity/suco";
|
||||
import { LogPull } from "./entity/log_pull";
|
||||
import { LogPullType, StatusLogPull } from "./types/pull";
|
||||
|
||||
export {
|
||||
User,
|
||||
@ -46,5 +48,8 @@ export {
|
||||
District,
|
||||
IncomeTier,
|
||||
Munisipo,
|
||||
Suco
|
||||
Suco,
|
||||
LogPull,
|
||||
LogPullType,
|
||||
StatusLogPull
|
||||
};
|
||||
Reference in New Issue
Block a user