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

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