migrate from supabase to postgres

This commit is contained in:
2025-09-09 16:01:58 +07:00
parent a836ebb2a6
commit aa62667d89
21 changed files with 327 additions and 902 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
from .home_debt import HomeDebtRepository
from .currency import CurrencyRepository
from .score import ScoreRepository
__all__ = ['HomeDebtRepository', 'CurrencyRepository']
__all__ = ['HomeDebtRepository', 'ScoreRepository']