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
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from dotenv import load_dotenv
from core import events, tasks
from core.bot import bot
from apps import home_debt, currency, noi_tu
from apps import home_debt, score, noi_tu
# Load environment variables
load_dotenv()