fix(notif): move notif table to public schema
This commit is contained in:
@ -5,5 +5,4 @@ export * from "./schema/finances";
|
||||
export * from "./schema/procurement";
|
||||
export * from "./schema/pharmacy";
|
||||
export * from "./schema/pharmacy_logistic";
|
||||
export * from "./schema/cashier";
|
||||
export * from "./schema/notification";
|
||||
export * from "./schema/cashier";
|
||||
@ -1 +0,0 @@
|
||||
export * from "../entity/notification";
|
||||
@ -53,6 +53,7 @@ export * from "../entity/subdistrict";
|
||||
export * from "../entity/ward";
|
||||
export * from "../entity/responsible_party_consent";
|
||||
export * from "../entity/foster_care_history";
|
||||
export * from "../entity/notification";
|
||||
|
||||
export * from "../types/public";
|
||||
export * from "../types/action";
|
||||
|
||||
Reference in New Issue
Block a user