fix(notif): move notif table to public schema

This commit is contained in:
avicenan
2026-05-04 16:19:11 +07:00
parent a23670a3c1
commit 2aa5875f3c
3 changed files with 2 additions and 3 deletions

View File

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